Click or drag to resize
Project.GetAllEntitiesWithTheirMappingsForDatabase Method
Gets all entities with their mappings for database.

Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly: 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
)

Parameters

driverID
Type: System.String
The driver ID.

Return Value

Type: Dictionary<EntityDefinition, GroupableModelElementMapping>
See Also