Click or drag to resize
DBDriverBaseGetAllCatalogNames Method
Gets all catalog names from 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> GetAllCatalogNames()

Return Value

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