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

Parámetros

selectorPredicatePredicate that must return true for selected elements.

Valor de retorno

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

Descripción

Selects all elements satifying the predicate.