Click or drag to resize
DBDriverBaseGetAllTableNames Method
Gets all table names in the schema in the catalog specified in the database system connected through the specified connection elements set.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public virtual List<DBElementName> GetAllTableNames(
	string catalogName,
	string schemaName
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
schemaName
Type: SystemString
Name of the schema.

Return Value

Type: ListDBElementName
List of all the table names (not synonyms) in the schema in the catalog specified. By default it returns an empty list.
See Also