GeneratorUtilsGetAllMappedTargetsInScope Method (IGenerator) |
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.1.0.0 (5.1.0)
Syntax public static IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargetsInScope(
IGenerator executingGenerator
)
Public Shared Function GetAllMappedTargetsInScope (
executingGenerator As IGenerator
) As IEnumerable(Of IProjectElementMapTargetElement)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
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