ProjectGetGroupableModelSubElementMapping Method  | 
 
            Gets the groupable model sub element mapping, which is the mapping of the subElement specified for the driver specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic FieldMapping GetGroupableModelSubElementMapping(
	IFieldElementCore subElement,
	GroupableModelElement containingElement,
	string driverID
)
Public Function GetGroupableModelSubElementMapping ( 
	subElement As IFieldElementCore,
	containingElement As GroupableModelElement,
	driverID As String
) As FieldMapping
Parameters
- subElement
 - Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The sub element. - containingElement
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The containing element which contains the subelement specified. This can be a different element than
            the field.ContainingElement suggests, which is the case when subElement is an inherited Pk field in a subtype. - driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
FieldMapping
            The mapping of the subElement in its container's mappings for the driver specified or null if not found
            
See Also