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.1.0.0 (5.1.0)
Syntax public Dictionary<string, List<DBSchemaElementNameContainer>> GetAllElementNamesFromMetaData(
string driverID
)
Public Function GetAllElementNamesFromMetaData (
driverID As String
) As Dictionary(Of String, List(Of DBSchemaElementNameContainer))
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
DictionaryString,
ListDBSchemaElementNameContainerDictionary 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