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.
ReadonlyItemGets the column with the specified name
Find all columns that match the search expression.
The search expression.
All columns that match the search expression.
Returns an enumerator that iterates through the collection.
Try to find a column which matches the column name.
The column name.
Returns the column, the value is undefined if the method returns false.
true if a column could be found; otherwise false.
Try to find a column which matches the column signature.
The column signature.
Returns the column, the value is undefined if the method returns false.
true if a column could be found; otherwise false.
Try to find a column which matches the column signature.
The column signature.
Returns the column, the value is undefined if the method returns false.
true if a column could be found; otherwise false.
Represents a collection of the Spotfire.Dxp.Data.DataRowReaderColumns that a Spotfire.Dxp.Data.DataRowReader returns.
Remark
This collection can be retrieved from the Spotfire.Dxp.Data.DataRowReader.Columns property.
Since
2.0