Sql.Net Class Library Documentation

PivotColumnValueCollection.Contains Method 

Determines whether a specfic PivotColumnValue value is in this PivotColumnValueCollection.

public virtual bool Contains(
   PivotColumnValue value
);

Parameters

value
The PivotColumnValue value to locate in this PivotColumnValueCollection.

Return Value

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

See Also

PivotColumnValueCollection Class | Reeb.Reporting Namespace