Click or drag to resize
DBSchemaRetrieverRetrieveSchema Method
Retrieves the schema meta data and the element meta-data of the elements which names are specified in the nameContainer specified, from the catalog which is specified.

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 RetrieveSchema(
	DBCatalog catalog,
	DBSchemaElementNameContainer nameContainer
)

Parameters

catalog
Type: SD.LLBLGen.Pro.DBDriverCoreDBCatalog
The catalog.
nameContainer
Type: SD.LLBLGen.Pro.DBDriverCoreDBSchemaElementNameContainer
The name container which contains the schema name and all names of the elements which meta-data to retrieve.

Return Value

Type: DBSchema
fully populated DBSchema instance
See Also