Click or drag to resize
Project.GetAllMappedSPCallsPerTarget Method
Gets all mapped spcalls per target, stored in a dictionary with the target as the key, for the database type related tot the driver specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public MultiValueDictionary<IProjectElementMapTargetElement, SPCallDefinition> GetAllMappedSPCallsPerTarget(
	string driverID
)

Parameters

driverID
Type: System.String
The driver ID.

Return Value

Type: MultiValueDictionary<IProjectElementMapTargetElement, SPCallDefinition>
list of target-spcall definition tuples in a multi-value dictionary, or an empty dictionary if there's no mapping data available for said driver
See Also