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
)
Public Overridable Function GetAllSchemaNames (
catalogName As String
) As List(Of String)
Parameters
- catalogName
- Type: SystemString
Name of the catalog.
Return Value
Type:
ListStringList 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