Click or drag to resize
DBDriverBaseGetAllSchemaNames Method
Gets all schema names from the catalog with the name 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.3.0.0 (5.3.0)
Syntax
public virtual List<string> GetAllSchemaNames(
	string catalogName
)

Parameters

catalogName
Type: SystemString
Name of the catalog.

Return Value

Type: ListString
List of all schema names in the catalog specified. By default it returns a list with 'Default' for systems which don't use schemas.
See Also