Метод | Описание | |
---|---|---|
Replace ( |
Walks an expression; finds the searchFor expression and replaces it with replaceWith. Uses an object identity comparison to identify if searchFor and replaceWith are the same.
|
|
Replace ( |
Walks an expression; finds the searchFor expression and replaces it with replaceWith. Uses the provided Comparison{OBJECT_TYPE} to compare searchFor and replaceWith.
|
|
Replace ( |
Метод | Описание | |
---|---|---|
Visit ( |
Метод | Описание | |
---|---|---|
SqlExpressionReplacer ( |
||
SqlExpressionReplacer ( Expression>.Func |
public static Replace ( |
||
expression | The expression to look withib | |
searchFor | The expression to look for | |
replaceWith | The expression to replace with | |
Результат |
public static Replace ( |
||
expression | The expression to look withib | |
searchFor | The expression to look for | |
replaceWith | The expression to replace with | |
compareExpressions | Comparison |
A |
Результат |
public static Replace ( |
||
expression | ||
selector | Expression>.Func | |
Результат |
protected Visit ( |
||
expression | ||
Результат |