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
)
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