Méthode | Description | |
---|---|---|
DbExpressionVisitor ( ) : System |
Initializes a new instance of the DbExpressionVisitor class.
|
|
Visit ( |
Visits each node of the DbExpression tree and rewrites the tree if any changes has been made to any of the child nodes.
|
Méthode | Description | |
---|---|---|
VisitAggregateFunctionExpression ( |
Translates the aggregateFunctionExpression into a string representation.
|
|
VisitAliasExpression ( |
Translates the aliasExpression into a string representation.
|
|
VisitBatchExpression ( |
Translates the batchExpression into a string representation.
|
|
VisitBinaryExpression ( |
Translates the binaryExpression into a string representation.
|
|
VisitColumnExpression ( |
Translates the columnExpression into a string representation.
|
|
VisitConcatExpression ( |
Translates the concatExpression into a string representation.
|
|
VisitConditionalExpression ( |
Translates the conditionalExpression into a string representation.
|
|
VisitConstantExpression ( |
Translates the constantExpression into a string representation.
|
|
VisitDateTimeFunctionExpression ( |
Translates the dateTimeFunctionExpression into a string representation.
|
|
VisitDeleteExpression ( |
Translates the deleteExpression into a string representation.
|
|
VisitExistsExpression ( |
Translates the existsExpression into a string representation.
|
|
VisitFunctionExpression ( |
Translates the functionExpression into a string representation.
|
|
VisitInExpression ( |
Translates the inExpression into a string representation.
|
|
VisitInsertExpression ( |
Translates the insertExpression into a string representation.
|
|
VisitJoinExpression ( |
Translates the joinExpression into a string representation.
|
|
VisitListExpression ( DbListExpression listExpression ) : |
Translates the listExpression into a string representation.
|
|
VisitMathematicalFunctionExpression ( |
Translates the mathematicalFunctionExpression into a string representation.
|
|
VisitOrderByExpression ( |
Translates the orderByExpression into a string representation.
|
|
VisitPrefixExpression ( |
Translates the prefixExpression into a string representation.
|
|
VisitQueryExpression ( DbQuery query ) : |
Translates the query into a string representation.
|
|
VisitSelectExpression ( |
Translates the selectExpression into a string representation.
|
|
VisitSqlExpression ( |
Visits DbSqlExpression nodes.
|
|
VisitStringFunctionExpression ( |
Translates the stringFunctionExpression into a string representation.
|
|
VisitTableExpression ( |
Translates the tableExpression into a string representation.
|
|
VisitUnaryExpression ( |
Translates the unaryExpression into a string representation.
|
|
VisitUpdateExpression ( |
Translates the updateExpression into a string representation.
|
Méthode | Description | |
---|---|---|
VisitListExpression ( |
public Visit ( |
||
dbExpression | The |
|
Résultat |
protected VisitAggregateFunctionExpression ( |
||
aggregateFunctionExpression | The |
|
Résultat |
protected VisitAliasExpression ( |
||
aliasExpression | The |
|
Résultat |
protected VisitBatchExpression ( |
||
batchExpression | The |
|
Résultat |
protected VisitBinaryExpression ( |
||
binaryExpression | The |
|
Résultat |
protected VisitColumnExpression ( |
||
columnExpression | The |
|
Résultat |
protected VisitConcatExpression ( |
||
concatExpression | The |
|
Résultat |
protected VisitConditionalExpression ( |
||
conditionalExpression | The |
|
Résultat |
protected VisitConstantExpression ( |
||
constantExpression | The |
|
Résultat |
protected VisitDateTimeFunctionExpression ( |
||
dateTimeFunctionExpression | The |
|
Résultat |
protected VisitDeleteExpression ( |
||
deleteExpression | The |
|
Résultat |
protected VisitExistsExpression ( |
||
existsExpression | The |
|
Résultat |
protected VisitFunctionExpression ( |
||
functionExpression | The |
|
Résultat |
protected VisitInExpression ( |
||
inExpression | The |
|
Résultat |
protected VisitInsertExpression ( |
||
insertExpression | The |
|
Résultat |
protected VisitJoinExpression ( |
||
joinExpression | The |
|
Résultat |
protected VisitListExpression ( DbListExpression listExpression ) : |
||
listExpression | DbListExpression | The |
Résultat |
protected VisitMathematicalFunctionExpression ( |
||
mathematicalFunctionExpression | The |
|
Résultat |
protected VisitOrderByExpression ( |
||
orderByExpression | The |
|
Résultat |
protected VisitPrefixExpression ( |
||
prefixExpression | The |
|
Résultat |
protected VisitQueryExpression ( DbQuery query ) : |
||
query | DbQuery | The |
Résultat |
protected VisitSelectExpression ( |
||
selectExpression | The |
|
Résultat |
protected VisitSqlExpression ( |
||
sqlExpression | The |
|
Résultat |
protected VisitStringFunctionExpression ( |
||
stringFunctionExpression | The |
|
Résultat |
protected VisitTableExpression ( |
||
tableExpression | The |
|
Résultat |
protected VisitUnaryExpression ( |
||
unaryExpression | The |
|
Résultat |
protected VisitUpdateExpression ( |
||
updateExpression | The |
|
Résultat |