Click or drag to resize
GeneratorUtils.GetAllSPCallMappingsInScope Method (IGenerator, String)
Gets all spcall mappings of the spcalls 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.2.0.0 (5.2.17.0403)
Syntax
public static IEnumerable<GroupableModelElementMapping> GetAllSPCallMappingsInScope(
	IGenerator executingGenerator,
	string driverID
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.
driverID
Type: System.String
The driver ID.

Return Value

Type: IEnumerable<GroupableModelElementMapping>
all spcall mappings of the spcalls currently in the scope of the generator, for the database with the id specified
See Also