ProjectGetAllMappedTypedViewsPerTarget Method  | 
 
            Gets all mapped typed views 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.7.0.0 (5.7.0)
Syntaxpublic MultiValueDictionary<IProjectElementMapTargetElement, TypedViewDefinition> GetAllMappedTypedViewsPerTarget(
	string driverID
)
Public Function GetAllMappedTypedViewsPerTarget ( 
	driverID As String
) As MultiValueDictionary(Of IProjectElementMapTargetElement, TypedViewDefinition)
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
MultiValueDictionaryIProjectElementMapTargetElement, 
TypedViewDefinition
            list of target-typedview definition tuples in a multi-value dictionary, or an empty dictionary if there's no mapping data available for said driver
            
See Also