Return a collection of object names for a given type of object.
Source position: sqldb.pp line 287
| public function TSQLConnection.GetObjectNames( | 
| ASchemaType: TSchemaType; | 
| AList: TSqlObjectIdentifierList | 
| ):Integer; virtual; | 
| ASchemaType | 
 | Type of object to return. | 
| AList | 
 | List in which to return the object names. | 
Number of found objects.
GetObjectNames returns all the names of objects of a given type ASchemaType in the database, and returns the number of found objects as a result. The object names are placed in the collection AList.
The collection is not cleared.