Click or drag to resize
ProjectGetAllMappedTargets Method
Gets all targets which are mapped in the databasemappingstore for the driverid specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargets(
	string driverID
)

Parameters

driverID
Type: SystemString

Return Value

Type: IEnumerableIProjectElementMapTargetElement
all targets which are mapped in this databasemappingstore.
See Also