Click or drag to resize
Project.GetAllPopulatedCatalogsFromMetaData Method
Gets all populated catalogs from the meta data of the database with the driverid specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public HashSet<DBCatalog> GetAllPopulatedCatalogsFromMetaData(
	string driverID
)

Parameters

driverID
Type: System.String
The driver ID.

Return Value

Type: HashSet<DBCatalog>
the populated catalog objects for the database with the driver specified
See Also