| MetaDataStoreGetAllMappingTargets Method  | 
            Gets all the mapping targets in the metadata store of the database with the driver id specified.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IEnumerable<IProjectElementMapTargetElement> GetAllMappingTargets(
	string driverID
)
Public Function GetAllMappingTargets ( 
	driverID As String
) As IEnumerable(Of IProjectElementMapTargetElement)
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
IEnumerableIProjectElementMapTargetElementenumerable with all the mapping targets in the meta-data store of the driver with the id specified
See Also