Static
EqualsDetermines 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 name of the column.
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.
Since
2.0