Click or drag to resize

ProjectGetAllMappedEntitiesPerTarget Method

Gets all mapped entities per target, stored in a dictionary, with the target as key, for the database type related to the driver 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 MultiValueDictionary<IProjectElementMapTargetElement, EntityDefinition> GetAllMappedEntitiesPerTarget(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: MultiValueDictionaryIProjectElementMapTargetElement, EntityDefinition
list of target-entity definition tuples in a multi-value dictionary, or an empty dictionary if there's no mapping data available for said driver
See Also