Click or drag to resize
GeneratorUtils.GetAllEntityMappingsInScope Method (IGenerator)
Gets all entity mappings of the entities 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.0.0.0 (5.0.0)
Syntax
public static IEnumerable<GroupableModelElementMapping> GetAllEntityMappingsInScope(
	IGenerator executingGenerator
)

Parameters

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

Return Value

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