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.
Writes data from Spotfire.Dxp.Data.DataRowReader to the specified stream.
The opened writable stream.
The data row reader.
Writes data from Spotfire.Dxp.Data.DataRowReader to the specified stream.
The opened writable stream.
The data row reader.
The columns in the data row reader that should be exported.
Writes data from a Spotfire.Dxp.Data.DataTable to the specified stream.
The opened writable stream.
The data table.
The ordered row indexes that should be used to export the data.
The column names in the table that should be exported.
Represents a class capable of exporting data from a Spotfire.Dxp.Data.DataTable to a Stream given a set of ordered row indexes and a enumerable of column names.
Since
2.0