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.
Represents a collection of the columns that the reader returns.
Gets a read-only copy of the result properties, this is properties for the entire reader result and not for a specific column.
Advances the reader to the next row.
true if there are more rows; otherwise, false.
The Spotfire.Dxp.Data.DataValueCursors in the Spotfire.Dxp.Data.DataRowReaderColumns now have the new values.
Resets the reader so that the next time Spotfire.Dxp.Data.DataRowReader.MoveNext is called the first row will be returned.
Represents a resettable iterator of rows values. It is used to retrieve data from a Spotfire.Dxp.Data.DataSource or Spotfire.Dxp.Data.DataTransformation.
Remark
Instances of this class can be retrieved from a Spotfire.Dxp.Data.DataSourceConnection or a Spotfire.Dxp.Data.DataTransformationConnection.
It is not possible to inherit directly from this class, this should be done through the CustomDataRowReader class.
Since
2.0