
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.
Returns a subset of the collection based on a condition.
public sealed IEnumerable<IJoin> Where(Func<IJoin,Boolean> predicate)
A set of items satisfying the condition.
predicate
The condition to use.