| 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.2.0.0 (5.2.17.0403)
Syntaxpublic virtual List<string> GetAllCatalogNames()
Public Overridable Function GetAllCatalogNames As List(Of String)
Return Value
Type: 
ListStringList 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