DataColumn Properties TIBCO Spotfire 6.0 API Reference
The DataColumn type exposes the following members.
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyHierarchy
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.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsValid
Gets a value indicating whether the column is valid or not.
Public propertyName
Gets or sets the name of the column.
Public propertyNameEscapedForExpression
Gets the name of the column escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(String).
Public propertyProperties
Gets the properties (metadata) of the column.
Public propertyRowValues
Gets the row values for the column.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Back to Top
See Also