| ProjectGetOrCreateGroupableModelElementMapping Method (GroupableModelElement, String, Boolean) | 
 
            Gets or creates the GroupableModelElement mapping for the GroupableModelElement to map, for the database type related to the driver specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic GroupableModelElementMapping GetOrCreateGroupableModelElementMapping(
	GroupableModelElement element,
	string selectedDriverID,
	bool onlyAutoCreated
)
Public Function GetOrCreateGroupableModelElementMapping ( 
	element As GroupableModelElement,
	selectedDriverID As String,
	onlyAutoCreated As Boolean
) As GroupableModelElementMapping
Parameters
- element
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The element. - selectedDriverID
 - Type: SystemString
The selected driver ID. - onlyAutoCreated
 - Type: SystemBoolean
if set to true it will only look into the auto-created mapping objects. Auto-created
            mapping objects are mapping objects created by other elements in the system, not by a user action. Example of auto-created mapping
            is the mapping of a return element of a TVF call. 
Return Value
Type: 
GroupableModelElementMappingGroupableModelElement mapping requested.
See Also