DBDriverBaseGetDefaultEmptyCatalog Method |
Gets a default empty catalog, for meta-data stores which are populated through the designer, if the database of this driver supports no catalogs
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 DBCatalog GetDefaultEmptyCatalog()
Public Overridable Function GetDefaultEmptyCatalog As DBCatalog
Return Value
Type:
DBCatalogAn empty, default catalog if the database doesn't support catalogs, or null if it does support catalogs. If the database also doesn't
support schemas, a default empty schema is also added to the returned catalog.
See Also