[]
        
(Showing Draft Content)

C1.Data.ClientView-1.AsFiltered

AsFiltered Method

AsFiltered(Expression<Func<T, bool>>)

Filters the view on the server side using a predicate.

Declaration
public virtual ClientView<T> AsFiltered(Expression<Func<T, bool>> predicate)
Parameters
Type Name Description
Expression<Func<T, bool>> predicate

A function to apply each element to test the condition.

Returns
Type Description
ClientView<T>

A client view that contains elements of this view that satisfy the predicate.