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.
Gets a value indicating whether this instance can write from reader.
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