Click or drag to resize

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

Property Value

Type: ReadOnlyCollectionExpression
See Also