DataView Properties TIBCO Spotfire 7.6 API Reference

The DataView type exposes the following members.

Properties

  Name Description
Public property BaseMap
Gets the mapping between the rows in this view and in the BaseTable.
Public property BaseTable
Gets the DataTable that this view is based on.
Public property Columns
Gets the collection of the columns that are part of this data table.
(Inherited from DataTable.)
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property HasValidPrimaryKey
Gets a value indicating whether the table has a valid primary key or not.
(Inherited from DataTable.)
Public property Id
Gets a unique identifier for this table.
(Inherited from DataTable.)
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property IsExternal
Gets a value indicating whether the data in this table is kept external.
(Inherited from DataTable.)
Public property IsRefreshable
Gets a value indicating whether this table is refreshable, that is, it supports Refresh calls.
(Inherited from DataTable.)
Public property IsRefreshableByNeed
Gets a value indicating whether this table is refreshable by need, that is, it supports Refresh calls and uses the NeedsRefresh property to indicate if refresh is needed.
(Inherited from DataTable.)
Public property IsValid
Gets a value indicating whether this view is valid or not.
Public property Name
Gets or sets the name of this table.
(Inherited from DataTable.)
Public property NameEscapedForExpression
Gets the name of the table escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(String).
(Inherited from DataTable.)
Public property NeedsRefresh
Gets a value indicating whether this table needs to be refreshed (by calling Refresh).
(Inherited from DataTable.)
Public property PrimaryKey
Gets or sets the primary key for this data table. The primary key is a collection of columns in this table that provides a unique combination of values for each row.
(Inherited from DataTable.)
Public property Properties
Gets the properties describing this table.
(Inherited from DataTable.)
Public property Refreshing
Gets a value indicating whether the data table is refreshing.
(Inherited from DataTable.)
Public property RowCount
Gets the number of rows in the columns in this table. All columns in a DataTable have the same number of rows.
(Inherited from DataTable.)
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
See Also

Reference