The DataValueCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindNumericRange | Finds the minimum and maximum numeric values in a subset of the rows. | |
| FindRowsInNumericRange | Finds all rows with values in a given numeric range. | |
| GetEnumerator | Enumerate over all the data value in the collection.
| |
| GetFormattedValue(Int32) | Obsolete.
Gets the formatted value for a given row using the default formatter.
| |
| GetFormattedValue(Int32, IDataFormatter) | Obsolete. Gets the formatted value for a given row. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMaxNumericValue | Gets the maximum numeric value in a subset of the rows. | |
| GetMaxValue | Gets the maximum value of all the rows. | |
| GetMaxValue(IEnumerableInt32) | Gets the maximum value in a subset of the rows. | |
| GetMinNumericValue | Gets the minimum numeric value within in a subset of the rows. | |
| GetMinValue | Gets the minimum value of all the rows. | |
| GetMinValue(IEnumerableInt32) | Gets the minimum value in a subset of the rows. | |
| GetNumericValue | Obsolete. Gets the numeric (double) value for a given row. | |
| GetObjectData | Implements ISerializable.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Obsolete. Gets the value at a given index. | |
| IsInvalid | Obsolete. Checks if a given row is invalid. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also