GroupJoinExpressionExtractedExpressionsFromRightSide Property |
Gets or sets the extracted expressions from right side. These expressions are extracted in the final phase, so defaultifempty references to the right side
can obtain the wrapped where clauses.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax public ReadOnlyCollection<Expression> ExtractedExpressionsFromRightSide { get; set; }
Public Property ExtractedExpressionsFromRightSide As ReadOnlyCollection(Of Expression)
Get
Set
Property Value
Type:
ReadOnlyCollectionExpressionSee Also