| ProjectGetAllPopulatedCatalogsFromMetaData Method  | 
            Gets all populated catalogs from the meta data of the database with the driverid specified
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic HashSet<DBCatalog> GetAllPopulatedCatalogsFromMetaData(
	string driverID
)
Public Function GetAllPopulatedCatalogsFromMetaData ( 
	driverID As String
) As HashSet(Of DBCatalog)
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
HashSetDBCatalogthe populated catalog objects for the database with the driver specified
See Also