Document.GetDBStructureList
Method: GetDBStructureList (pDatabase as DatabaseConnection) as ElementList
Description
GetDBStructureList creates a collection of elements from the Schema document for which tables in the specified database are created. The function returns a collection of ElementListItems where the properties ElementListItem.Name contain the names of the tables.
See also CreateDBStructureFromXMLSchema.
Errors
1400  | The object is no longer valid.  | 
1427  | Failed creating parser for the specified XML.  | 
1428  | Export of element list failed.  | 
1429  | Database selection missing.  |