Try OpenEdge Now
skip to main content
Programming Interfaces
Change Data Capture ABL references : API entities and entity service methods : GetTable( ) method (Table policy)
 

GetTable( ) method (Table policy)

Retrieves an object representing the table based on the input provided. This method supports both PUB and non-PUB, and has two parameters: TableOwner and OwnerName.
The TableOwner parameter takes the name of the table that belongs to PUB or non-PUB owner, and the OwnerName parameter takes the owner’s name of the table. If the OwnerName parameter is left blank, the Get( ) request fetches the table that belongs to PUB owner by default
Return type: ITable
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

GetTable( INPUT Name AS CHARACTER, INPUT Owner AS CHARACTER )