DBDriverBaseGetDefaultEmptySchema Method |
Gets a default empty schema, for meta-data stores which are populated through the designer, if the database of this driver supports no multiple schemas
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 DBSchema GetDefaultEmptySchema(
DBCatalog parentCatalog
)
Public Overridable Function GetDefaultEmptySchema (
parentCatalog As DBCatalog
) As DBSchema
Parameters
- parentCatalog
- Type: SD.LLBLGen.Pro.DBDriverCoreDBCatalog
The parent catalog.
Return Value
Type:
DBSchema
An empty, default schema if the database doesn't support multiple schemas or null if it does support multiple schemas.
See Also