MappingTrackerFindGroupJoinExpression Method (Type) |
Finds the group join expression associated with the anonymous type specified
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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