[]
        
(Showing Draft Content)

C1.DataCollection.ScopedFilterExpressionEx.IsExpresssionInScope

IsExpresssionInScope Method

IsExpresssionInScope(FilterExpression, string)

Gets whether the expression belongs to the specified scope.

Declaration
public static bool IsExpresssionInScope(this FilterExpression expression, string scope)
Parameters
Type Name Description
FilterExpression expression

The original expression.

string scope

Property path used to check the expression belongs to.

Returns
Type Description
bool