[]
Removes the expression in the specified scope.
public static FilterExpression? RemoveExpressionInScope(this FilterExpression? expression, string scope)
| 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 removed. |
| Type | Description |
|---|---|
| FilterExpression |