Property | Type | Description | |
---|---|---|---|
inSql | bool |
Method | Description | |
---|---|---|
InSql ( ) : IDisposable | ||
Rewrite ( |
Method | Description | |
---|---|---|
VisitAggregate ( AggregateExpression aggregate ) : |
||
VisitBinary ( |
||
VisitCase ( CaseExpression cex ) : |
||
VisitColumnDeclaration ( ColumnDeclaration c ) : ColumnDeclaration | ||
VisitCommandAggregate ( CommandAggregateExpression cea ) : |
||
VisitIsNotNull ( IsNotNullExpression isNotNull ) : |
||
VisitIsNull ( IsNullExpression isNull ) : |
||
VisitJoin ( JoinExpression join ) : |
||
VisitOrderBy ( OrderExpression o ) : OrderExpression | ||
VisitProjection ( ProjectionExpression proj ) : |
||
VisitSelect ( SelectExpression select ) : |
||
VisitSqlCast ( SqlCastExpression castExpr ) : |
||
VisitSqlFunction ( SqlFunctionExpression sqlFunction ) : |
||
VisitSqlTableValuedFunction ( SqlTableValuedFunctionExpression sqlFunction ) : |
||
VisitUnary ( |
||
VisitUpdate ( UpdateExpression update ) : |
||
VisitWhen ( When when ) : When |
Method | Description | |
---|---|---|
CombineConditions ( |
||
IsBooleanExpression ( |
||
IsFalse ( |
||
IsSqlCondition ( |
||
IsTrue ( |
||
MakeSqlCondition ( |
||
MakeSqlValue ( |
||
SmartAnd ( |
||
SmartOr ( |
public static Rewrite ( |
||
expression | ||
return |
protected VisitAggregate ( AggregateExpression aggregate ) : |
||
aggregate | AggregateExpression | |
return |
protected VisitBinary ( |
||
b | ||
return |
protected VisitCase ( CaseExpression cex ) : |
||
cex | CaseExpression | |
return |
protected VisitColumnDeclaration ( ColumnDeclaration c ) : ColumnDeclaration | ||
c | ColumnDeclaration | |
return | ColumnDeclaration |
protected VisitCommandAggregate ( CommandAggregateExpression cea ) : |
||
cea | CommandAggregateExpression | |
return |
protected VisitIsNotNull ( IsNotNullExpression isNotNull ) : |
||
isNotNull | IsNotNullExpression | |
return |
protected VisitIsNull ( IsNullExpression isNull ) : |
||
isNull | IsNullExpression | |
return |
protected VisitJoin ( JoinExpression join ) : |
||
join | JoinExpression | |
return |
protected VisitOrderBy ( OrderExpression o ) : OrderExpression | ||
o | OrderExpression | |
return | OrderExpression |
protected VisitProjection ( ProjectionExpression proj ) : |
||
proj | ProjectionExpression | |
return |
protected VisitSelect ( SelectExpression select ) : |
||
select | SelectExpression | |
return |
protected VisitSqlCast ( SqlCastExpression castExpr ) : |
||
castExpr | SqlCastExpression | |
return |
protected VisitSqlFunction ( SqlFunctionExpression sqlFunction ) : |
||
sqlFunction | SqlFunctionExpression | |
return |
protected VisitSqlTableValuedFunction ( SqlTableValuedFunctionExpression sqlFunction ) : |
||
sqlFunction | SqlTableValuedFunctionExpression | |
return |
protected VisitUnary ( |
||
u | ||
return |
protected VisitUpdate ( UpdateExpression update ) : |
||
update | UpdateExpression | |
return |