[]
Filters the view on the server side using a predicate.
public virtual ClientView<T> AsFiltered(Expression<Func<T, bool>> predicate)
| Type | Name | Description |
|---|---|---|
| Expression<Func<T, bool>> | predicate | A function to apply each element to test the condition. |
| Type | Description |
|---|---|
| ClientView<T> | A client view that contains elements of this view that satisfy the |