Method | Description | |
---|---|---|
Scope ( ) : IDisposable |
Method | Description | |
---|---|---|
AppendKeys ( ) : void | ||
PrependOrderings ( ReadOnlyCollection |
||
VisitExists ( ExistsExpression exists ) : |
||
VisitIn ( InExpression @in ) : |
||
VisitJoin ( JoinExpression join ) : |
||
VisitProjection ( ProjectionExpression proj ) : |
||
VisitRowNumber ( RowNumberExpression rowNumber ) : |
||
VisitScalar ( ScalarExpression scalar ) : |
||
VisitSelect ( SelectExpression select ) : |
||
VisitSetOperator ( SetOperatorExpression set ) : |
||
VisitTable ( TableExpression table ) : |
Method | Description | |
---|---|---|
AreEqual ( IEnumerable |
||
CleanCast ( |
||
IsCountSumOrAvg ( SelectExpression select ) : bool | ||
OrderByRewriter ( ) : Signum.Entities.DynamicQuery | ||
Rewrite ( |
protected PrependOrderings ( ReadOnlyCollection |
||
newOrderings | ReadOnlyCollection |
|
return | void |
protected VisitExists ( ExistsExpression exists ) : |
||
exists | ExistsExpression | |
return |
protected VisitIn ( InExpression @in ) : |
||
@in | InExpression | |
return |
protected VisitJoin ( JoinExpression join ) : |
||
join | JoinExpression | |
return |
protected VisitProjection ( ProjectionExpression proj ) : |
||
proj | ProjectionExpression | |
return |
protected VisitRowNumber ( RowNumberExpression rowNumber ) : |
||
rowNumber | RowNumberExpression | |
return |
protected VisitScalar ( ScalarExpression scalar ) : |
||
scalar | ScalarExpression | |
return |
protected VisitSelect ( SelectExpression select ) : |
||
select | SelectExpression | |
return |
protected VisitSetOperator ( SetOperatorExpression set ) : |
||
set | SetOperatorExpression | |
return |
protected VisitTable ( TableExpression table ) : |
||
table | TableExpression | |
return |