GetTable( ) method (Table policy)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
|