Click or drag to resize
GeneratorUtilsGetAllMappedTargetsInScope Method (IGenerator, String)
Gets all mapped targets from the project which are in scope of the passed in executing generator.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargetsInScope(
	IGenerator executingGenerator,
	string driverID
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
driverID
Type: SystemString
The driver ID.

Return Value

Type: IEnumerableIProjectElementMapTargetElement
returns all targets in the database for driver with id specified which have a mapping which is in scope of the passed in generator
See Also