Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public GroupJoinExpression FindGroupJoinExpression(
	Type anonymousType
)

Parameters

anonymousType
Type: SystemType
Type of the anonymous.

Return Value

Type: GroupJoinExpression
GroupJoinExpression if found, otherwise null
See Also