Click or drag to resize
Project.GetAllMappedTargets 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.3.0.0 (5.3.0)
Syntax
public IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargets(
	string driverID,
	bool includeStoredProcedureForResultsetMapping = true
)

Parameters

driverID
Type: System.String
The driver identifier.
includeStoredProcedureForResultsetMapping (Optional)
Type: System.Boolean
if set to true (default), it will include the owning Stored Procedure in the list if its resultset is mapped as a target.

Return Value

Type: IEnumerable<IProjectElementMapTargetElement>
all targets which are mapped in this databasemappingstore.
See Also