Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ScopedFilterExpressionEx Class / RemoveExpressionInScope Method
The original expression.
The property path used to determine the part of the original expression that will be removed.

In This Topic
    RemoveExpressionInScope Method
    In This Topic
    Removes the expression in the specified scope.
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveExpressionInScope( _
       ByVal expression As FilterExpression, _
       ByVal scope As String _
    ) As FilterExpression
    public static FilterExpression RemoveExpressionInScope( 
       FilterExpression expression,
       string scope
    )

    Parameters

    expression
    The original expression.
    scope
    The property path used to determine the part of the original expression that will be removed.
    See Also