Click or drag to resize

GroupJoinExpression.ExtractedExpressionsFromRightSide 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.5.0.0 (5.5.18.1019)
Syntax
public ReadOnlyCollection<Expression> ExtractedExpressionsFromRightSide { get; set; }

Property Value

Type: ReadOnlyCollection<Expression>
See Also