Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ScopedFilterExpressionEx Class / IsExpresssionInScope Method
The original expression.
Property path used to check the expression belongs to.

In This Topic
    IsExpresssionInScope Method
    In This Topic
    Gets whether the expression belongs to the specified scope.
    Syntax
    'Declaration
     
    
    Public Shared Function IsExpresssionInScope( _
       ByVal expression As FilterExpression, _
       ByVal scope As String _
    ) As Boolean
    public static bool IsExpresssionInScope( 
       FilterExpression expression,
       string scope
    )

    Parameters

    expression
    The original expression.
    scope
    Property path used to check the expression belongs to.
    See Also