| ProjectGetAllMappedTvfCallsPerTarget Method  | 
            Gets all mapped tvfcalls 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.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic MultiValueDictionary<IProjectElementMapTargetElement, TvfCallDefinition> GetAllMappedTvfCallsPerTarget(
	string driverID
)
Public Function GetAllMappedTvfCallsPerTarget ( 
	driverID As String
) As MultiValueDictionary(Of IProjectElementMapTargetElement, TvfCallDefinition)
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
MultiValueDictionaryIProjectElementMapTargetElement, 
TvfCallDefinition
            list of target-tvfcall definition tuples in a multi-value dictionary, or an empty dictionary if there's no mapping data available for said driver.
            The target is the tvf in the db, not the resultset mapping.
            
See Also