[]
Replaces the expression in the specified scope
by the newExpression
.
public static FilterExpression? ReplaceExpressionInScope(this FilterExpression? expression, string scope, FilterExpression? newExpression)
Type | Name | Description |
---|---|---|
FilterExpression | expression | The original expression. |
string | scope | The property path used to determine the part of the original expression that will be replaced. |
FilterExpression | newExpression | The new expression that will replace a part of the original one. |
Type | Description |
---|---|
FilterExpression |