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.6.0.0 (5.6.19.0117)
Syntaxpublic virtual DBSchema RetrieveSchema(
	DBCatalog catalog,
	DBSchemaElementNameContainer nameContainer
)
Public Overridable Function RetrieveSchema ( 
	catalog As DBCatalog,
	nameContainer As DBSchemaElementNameContainer
) As DBSchema
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: 
DBSchemafully populated DBSchema instance
See Also