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.8.0.0 (5.8.21.0208)
Syntax public static IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargetsInScope(
IGenerator executingGenerator,
string driverID
)
Public Shared Function GetAllMappedTargetsInScope (
executingGenerator As IGenerator,
driverID As String
) As IEnumerable(Of IProjectElementMapTargetElement)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. - driverID
- Type: SystemString
The driver ID.
Return Value
Type:
IEnumerableIProjectElementMapTargetElementreturns 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