| GeneratorUtilsGetAllEntityMappingsInScope Method (IGenerator, String) | 
 
            Gets all entity mappings of the entities 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.1.0.0 (5.1.0)
Syntaxpublic static IEnumerable<GroupableModelElementMapping> GetAllEntityMappingsInScope(
	IGenerator executingGenerator,
	string driverID
)
Public Shared Function GetAllEntityMappingsInScope ( 
	executingGenerator As IGenerator,
	driverID As String
) As IEnumerable(Of GroupableModelElementMapping)
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. - driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
IEnumerableGroupableModelElementMapping
            all entity mappings of the entities currently in the scope of the generator, for the database with the id specified
            
See Also