[]
        
(Showing Draft Content)

C1.DataCollection.ScopedFilterExpressionEx.RemoveExpressionInScope

RemoveExpressionInScope Method

RemoveExpressionInScope(FilterExpression?, string)

Removes the expression in the specified scope.

Declaration
public static FilterExpression? RemoveExpressionInScope(this FilterExpression? expression, string scope)
Parameters
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.

Returns
Type Description
FilterExpression