UQueryBuilder<T0>.Where

Declaration

public UQueryBuilder<T> Where(Func<T,bool> selectorPredicate);

Parameters

selectorPredicate Predicate that must return true for selected elements.

Returns

UQueryBuilder<T> QueryBuilder configured with the associated selection rules.

Description

Selects all elements satifying the predicate.


Did you find this page useful? Please give it a rating: