C# Class NLite.Data.Linq.Expressions.RedundantSubqueryRemover.SubqueryMerger

Inheritance: DbExpressionVisitor
Datei anzeigen Open project: netcasewqs/elinq

Protected Methods

Method Description
VisitSelect ( SelectExpression select ) : Expression

Private Methods

Method Description
CanMergeWithFrom ( SelectExpression select, bool isTopLevel ) : bool
GetLeftMostSelect ( Expression source ) : SelectExpression
IsColumnProjection ( SelectExpression select ) : bool
Merge ( Expression expression ) : Expression
SubqueryMerger ( ) : System.Collections.Generic

Method Details

VisitSelect() protected method

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
return System.Linq.Expressions.Expression