GeneratorUtilsGetAllTvfCallMappingsInScope Method (IGenerator) |
Gets all tvf call mappings of the tvf calls currently in the scope of the generator, for the database currently targeted
Namespace: SD.LLBLGen.Pro.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static IEnumerable<Pair<GroupableModelElementMapping, GroupableModelElementMapping>> GetAllTvfCallMappingsInScope(
IGenerator executingGenerator
)
Public Shared Function GetAllTvfCallMappingsInScope (
executingGenerator As IGenerator
) As IEnumerable(Of Pair(Of GroupableModelElementMapping, GroupableModelElementMapping))
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
IEnumerablePairGroupableModelElementMapping,
GroupableModelElementMapping
all tvf call mappings of the tvf calls currently in the scope of the generator, for the database currently targeted.
See Also