Click or drag to resize

MetaDataStoreGetAllMappingTargets Method

Gets all the mapping targets in the metadata store of the database with the driver id specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public IEnumerable<IProjectElementMapTargetElement> GetAllMappingTargets(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: IEnumerableIProjectElementMapTargetElement
enumerable with all the mapping targets in the meta-data store of the driver with the id specified
See Also