DataTableCollection Methods TIBCO Spotfire 7.11 API Reference

The DataTableCollection type exposes the following members.

Methods

  Name Description
Public method Add
Create and add a DataTable from a DataSource. Use CreateFileDataSource(String) to create a DataSource from a file path.
Public method Contains(Guid)
Check if a table with the given id exists in the collection.
Public method Contains(String)
Check if a table with the given name exists in the collection.
Public method Contains(DataTable)
Check if the dataTable exists in this collection.
Public method CreateUniqueName
Create a new unique table name from a suggestion. The suggested name is used if possible.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsValidName
Check if the suggested table name is a valid unique name in the collection.
Public method Refresh
Refreshes the given tables in dependency order.
Public method RefreshAll
Refreshes the all tables in this collection.
Public method RefreshAsync(IEnumerableDataTable)
Refreshes the given tables in dependency order. Tables that have asynchronous refresh (i.e. Data On Demand and Data Functions) and tables that depend on them will be refreshed in later transactions.
Public method RefreshAsync(IEnumerableDataTable, ActionException)
Refreshes the given tables in dependency order. Tables that have asynchronous refresh (i.e. Data On Demand and Data Functions) and tables that depend on them will be refreshed in later transactions.
Public method Remove(String)
Remove the DataTable with the given name from the collection.
Public method Remove(DataTable)
Remove the dataTable from the collection.
Public method TryGetValue(Guid, DataTable)
Try to get a DataTable with a given id.
Public method TryGetValue(String, DataTable)
Try to get a DataTable with a given name.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference