MappingDataStoreGetAllEntitiesWithTheirMappingsForDatabase Method |
Gets all entities with their mappings for database.
Namespace: SD.LLBLGen.Pro.ApplicationCore.MappingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<EntityDefinition, GroupableModelElementMapping> GetAllEntitiesWithTheirMappingsForDatabase(
string driverID
)
Public Function GetAllEntitiesWithTheirMappingsForDatabase (
driverID As String
) As Dictionary(Of EntityDefinition, GroupableModelElementMapping)
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
DictionaryEntityDefinition,
GroupableModelElementMappingSee Also