Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Get the cursor that will contains the value in the current row after Spotfire.Dxp.Data.DataRowReader.MoveNext has been called.
Gets the properties of the column as a read-only collection.
Get a formatted cursor for retrieving the formatted values from this column. The formatted used is the formatter defined in the properties of this class, if no formatted is defined in the properties then the default formatter for the specified data type is used. The cursor will contain the formatted value in the current row after Spotfire.Dxp.Data.DataRowReader.MoveNext has been called.
A cursor which can be used to retrieve the formatted values for the current row.
Get a formatted cursor for retrieving the formatted values from this column with a specified formatter. The cursor will contain the formatted value in the current row after Spotfire.Dxp.Data.DataRowReader.MoveNext has been called.
The formatter that should be used to format the values.
A cursor which can be used to retrieve the formatted values for the current row.
Represents a column returned by a Spotfire.Dxp.Data.DataRowReader.
Remark
This class can be used to retrieve properties and the current value. Instances of this class can be retrieved from the Spotfire.Dxp.Data.DataRowReader.Columns collection.
Since
2.0