[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View-1.Where

Where Method

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

Filters the source view based on a predicate.

Declaration
public View<T> Where(Expression<Func<T, bool>> predicate)
Parameters
Type Name Description
Expression<Func<T, bool>> predicate

A function to test each element for a condition.

Returns
Type Description
View<T>

A view that contains elements of this view that satisfy the condition.