Sql.Net Class Library Documentation

GroupByTermCollection.Contains Method 

Determines whether a specfic GroupByTerm value is in this GroupByTermCollection.

public virtual bool Contains(
   GroupByTerm value
);

Parameters

value
The GroupByTerm value to locate in this GroupByTermCollection.

Return Value

true if value is found in this GroupByTermCollection; false otherwise.

See Also

GroupByTermCollection Class | Reeb.SqlOM Namespace