Click or drag to resize

ProjectGetAllElementNamesFromMetaData Method

Gets the element names from the metadata in this project 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.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<string, List<DBSchemaElementNameContainer>> GetAllElementNamesFromMetaData(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: DictionaryString, ListDBSchemaElementNameContainer
Dictionary with per catalog name a list of DBSchemaElementNameContainer instances with per schema the names of the existing elements in the meta-data in this project of the database with the driver specified
See Also