ITableSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ITableSet methods
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if there is a table
object in the set that has its Name property set
to tblName. |
|
Returns TRUE if the table object
referenced by tblImpl is in the set. |
|
Returns the table object from the set that has its
Name property set to tblName. Returns the
Unknown value (?) if the object is not found. |
|
Import table data to the collection, including
child collections specified by pcCollections,
from file specified by pcFilename. (The top-level
table must exist.)1 Child
collections are specified in pcCollections as
a comma-separated list of entity names, for instance, "Fields,Indexes". |
See also:
1 Currently supports JSON (.json) files only.