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

Returns a subset of the collection based on a condition.

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

Return Value

A set of items satisfying the condition.

Parameters

predicate
The condition to use.

Overloads:

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



See also:

Class JoinCollection