Stonefield Query Enterprise SDK
 FieldCollection.Where
Table of Contents
FieldCollection.Where

Returns a subset of the collection based on a condition.

public sealed IEnumerable<IField> Where(Func<IField,Boolean> predicate)

Return Value

A set of items satisfying the condition.

Parameters

predicate
The condition to use.

Overloads:

public IEnumerable Where(Func<IField,Boolean> predicate);



See also:

Class FieldCollection