Click or drag to resize
GeneratorUtilsGetAllTypedViewMappingsInScope Method (IGenerator, String)
Gets all typed view mappings of the typedviews currently in the scope of the generator, for the database with the id specified

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEnumerable<GroupableModelElementMapping> GetAllTypedViewMappingsInScope(
	IGenerator executingGenerator,
	string driverID
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
driverID
Type: SystemString
The driver ID.

Return Value

Type: IEnumerableGroupableModelElementMapping
all typed view mappings of the typedviews currently in the scope of the generator, for the database with the id specified
See Also