The DataTable type exposes the following members.

Constructors

  NameDescription
Public methodDataTable

Methods

  NameDescription
Public methodgetDataColumn
Get a data column with given name.
Public methodgetDataColumns
Get all data columns in the table.
Public methodgetDataTableProperties
List all properties in a table.
Public methodgetDataTableProperty
Get the information about the property with given name.
Public methodonDataTablePropertyChanged
Event raised when a data table property has changed value.
Public methodsearchDataColumns
Get the data columns that matches the search expression.

Remarks

For search syntax see TIBCO Spotfire user manual.
Public methodsetDataTableProperty
Set the value of an existing property.

Properties

  NameDescription
Public propertydataTableName
The name of the table.

See Also