MappingTrackerFindGroupJoinExpression Method (Type) | 
 
            Finds the group join expression associated with the anonymous type specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic GroupJoinExpression FindGroupJoinExpression(
	Type anonymousType
)
Public Function FindGroupJoinExpression ( 
	anonymousType As Type
) As GroupJoinExpression
Parameters
- anonymousType
 - Type: SystemType
Type of the anonymous. 
Return Value
Type: 
GroupJoinExpressionGroupJoinExpression if found, otherwise null
See Also