| GeneratorUtilsGetAllSPCallMappingsInScope Method (IGenerator) | 
 
            Gets all spcall mappings of the spcalls 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.1.0.0 (5.1.0)
Syntaxpublic static IEnumerable<GroupableModelElementMapping> GetAllSPCallMappingsInScope(
	IGenerator executingGenerator
)
Public Shared Function GetAllSPCallMappingsInScope ( 
	executingGenerator As IGenerator
) As IEnumerable(Of GroupableModelElementMapping)
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. 
Return Value
Type: 
IEnumerableGroupableModelElementMapping
            all spcall mappings of the spcalls currently in the scope of the generator, for the database currently targeted.
            
See Also