FeaturesSequence.WhereLinq

FeaturesSequence.WhereLinq method

Combining selection criteria into a single query using linq.

public virtual FeaturesSequence WhereLinq(Func<Feature, bool> filteringPredicate)
ParameterTypeDescription
filteringPredicateFunc`2Lambda function for filtering.

Return Value

Features with attribute value satisfying the selection conditions.

Exceptions

exceptioncondition
NullReferenceExceptionIf the base sequence is null or the predicate is null.

See Also