[]
Gets the expression corresponding to the specified scope
.
public static FilterExpression? GetExpresssionInScope(this FilterExpression? expression, string scope)
Type | Name | Description |
---|---|---|
FilterExpression | expression | The original expression. |
string | scope | the property path used to scope the expression. |
Type | Description |
---|---|
FilterExpression |