Click or drag to resize

GeneratorUtils.GetAllTypedViewMappingsInScope Method (IGenerator)

Gets all typed view mappings of the typedviews 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.6.0.0 (5.6.19.0117)
Syntax
public static IEnumerable<GroupableModelElementMapping> GetAllTypedViewMappingsInScope(
	IGenerator executingGenerator
)

Parameters

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

Return Value

Type: IEnumerable<GroupableModelElementMapping>
all typed view mappings of the typedviews currently in the scope of the generator, for the database currently targeted.
See Also