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.4.0.0 (5.4.0)
Syntaxpublic ReadOnlyCollection<Expression> ExtractedExpressionsFromRightSide { get; set; }Public Property ExtractedExpressionsFromRightSide As ReadOnlyCollection(Of Expression)
	Get
	Set
Property Value
Type: 
ReadOnlyCollectionExpression
See Also