Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryBuilder<T0>.Where

Cambiar al Manual
public QueryBuilder<T> Where (Func<T,bool> selectorPredicate);

Parámetros

selectorPredicate Predicate that must return true for selected elements.

Valor de retorno

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

Descripción

Selects all elements satifying the predicate.