[]
Replaces the expression in the specified scope by the newExpression.
public static FilterExpression? ReplaceExpressionInScope(this FilterExpression? expression, string scope, FilterExpression? newExpression)
Public Shared Function ReplaceExpressionInScope(expression As FilterExpression, scope As String, newExpression As FilterExpression) As FilterExpression
| 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 |