| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return a collection of object names for a given type of object
Source position: sqldb.pp line 280
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.
  | 
List of TSqlObjectIndentifier instances  |