MappingDataStoreGetAllEntitiesWithTheirMappingsForDatabase Method |
Gets all entities with their mappings for database.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
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