Method | Description | |
---|---|---|
NewScope ( ) : IDisposable |
Method | Description | |
---|---|---|
VisitColumn ( ColumnExpression column ) : |
||
VisitDelete ( DeleteExpression delete ) : |
||
VisitInsertSelect ( InsertSelectExpression insertSelect ) : |
||
VisitJoin ( JoinExpression join ) : |
||
VisitProjection ( ProjectionExpression proj ) : |
||
VisitScalar ( ScalarExpression scalar ) : |
||
VisitSelect ( SelectExpression select ) : |
||
VisitSetOperator ( SetOperatorExpression set ) : |
||
VisitSqlTableValuedFunction ( SqlTableValuedFunctionExpression sqlFunction ) : |
||
VisitTable ( TableExpression table ) : |
||
VisitUpdate ( UpdateExpression update ) : |
Method | Description | |
---|---|---|
AnswerAndExpand ( ReadOnlyCollection |
||
GetUniqueColumnName ( IEnumerable |
||
QueryRebinder ( ) : System | ||
Rebind ( |
||
VisitSetOperatorPart ( SourceWithAliasExpression part, List |
protected VisitColumn ( ColumnExpression column ) : |
||
column | ColumnExpression | |
return |
protected VisitDelete ( DeleteExpression delete ) : |
||
delete | DeleteExpression | |
return |
protected VisitInsertSelect ( InsertSelectExpression insertSelect ) : |
||
insertSelect | InsertSelectExpression | |
return |
protected VisitJoin ( JoinExpression join ) : |
||
join | JoinExpression | |
return |
protected VisitProjection ( ProjectionExpression proj ) : |
||
proj | ProjectionExpression | |
return |
protected VisitScalar ( ScalarExpression scalar ) : |
||
scalar | ScalarExpression | |
return |
protected VisitSelect ( SelectExpression select ) : |
||
select | SelectExpression | |
return |
protected VisitSetOperator ( SetOperatorExpression set ) : |
||
set | SetOperatorExpression | |
return |
protected VisitSqlTableValuedFunction ( SqlTableValuedFunctionExpression sqlFunction ) : |
||
sqlFunction | SqlTableValuedFunctionExpression | |
return |
protected VisitTable ( TableExpression table ) : |
||
table | TableExpression | |
return |
protected VisitUpdate ( UpdateExpression update ) : |
||
update | UpdateExpression | |
return |