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