GeneratorUtilsGetAllTvfCallMappingsInScope Method (IGenerator, String) | 
 
            Gets all tvf call mappings of the tvfcalls 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.8.0.0 (5.8.21.0208)
Syntaxpublic static IEnumerable<Pair<GroupableModelElementMapping, GroupableModelElementMapping>> GetAllTvfCallMappingsInScope(
	IGenerator executingGenerator,
	string driverID
)
Public Shared Function GetAllTvfCallMappingsInScope ( 
	executingGenerator As IGenerator,
	driverID As String
) As IEnumerable(Of Pair(Of GroupableModelElementMapping, GroupableModelElementMapping))
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. - driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
IEnumerablePairGroupableModelElementMapping, 
GroupableModelElementMapping
            all tvf call mappings of the tvf calls currently in the scope of the generator, for the database with the id specified. 
            It returns an enumerable of 
            
See Also