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.
Gets the hierarchy of the column, this is either the hierarchy in the case of a hierarchy column or the indexed column for other columns.
Gets the name of the column escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(identifier).
Gets the properties (metadata) of the column.
Gets a collection of methods for executing transactions on the document.
Gets a representation of the Spotfire.Dxp.Data.DataColumn for modification of properties that are not part of a standard Spotfire.Dxp.Data.DataColumn. If this is a calculated column then the Spotfire.Dxp.Data.CalculatedColumn class can be retrieved from this method. If this is a tags column then the Spotfire.Dxp.Data.TagsColumn class can be retrieved and if this is a hierarchy column then the Spotfire.Dxp.Data.HierarchyColumn class can be retrieved. If this is a result column then the Spotfire.Dxp.Data.ResultColumn class can be retrieved. The classes which can be retrieved will be extended in the future.
Generic type argument
An object of the requested type.
This is a data column which is part of a data table and can be used to retrieve data on row values, hierarchies and properties. The data column implements the Spotfire.Dxp.Data.IDataColumn which is to be used for non-modification operations on the data column. This class has no public constructors, see the Spotfire.Dxp.Data.DataColumnCollection class for methods which create data columns.
Since
2.0