Click or drag to resize

GeneratorUtils.GetAllTvfCallMappingsInScope 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.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public static IEnumerable<Pair<GroupableModelElementMapping, GroupableModelElementMapping>> GetAllTvfCallMappingsInScope(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.

Return Value

Type: IEnumerable<Pair<GroupableModelElementMapping, GroupableModelElementMapping>>
all tvf call mappings of the tvf calls currently in the scope of the generator, for the database currently targeted.
See Also