Static
EqualsDetermines 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.
Readonly
ItemGets the table with the given System.Guidid.
Gets the context of this node.
Gets the number of tables.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Create and add a Spotfire.Dxp.Data.DataTable from a Spotfire.Dxp.Data.DataSource. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a Spotfire.Dxp.Data.DataSource from a file path.
The name of the data table.
The Spotfire.Dxp.Data.DataSource to retrieve data from.
The data table.
Create and add a Spotfire.Dxp.Data.DataTable from a Spotfire.Dxp.Data.DataSource. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a Spotfire.Dxp.Data.DataSource from a file path.
The name of the data table.
The Spotfire.Dxp.Data.DataSource to retrieve data from.
If set to true filters are automatically created for all columns in the newly created data table. If set to false filters may be added manually when needed.
The data table.
Gets a value indicating whether any data tables can be reloaded using the Spotfire.Dxp.Data.DataTableCollection.ReloadAllData method.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any of the specified data tables can be reloaded using the ReloadAllData(tables) method.
The data tables to reload.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any data tables can be reloaded using the Spotfire.Dxp.Data.DataTableCollection.ReloadLinkedData method.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any of the specified data tables can be reloaded using the ReloadLinkedData(tables) method.
The data tables to reload.
True if any data table can be reloaded; false otherwise.
Check if the dataTable exists in this collection.
The data table to search for.
True if the dataTable exists in the collection, false otherwise.
Check if a table with the given id exists in the collection.
The id to search for.
True if there exists a table with the given id in the collection, false otherwise.
Check if a table with the given name exists in the collection.
The name of a table to check if it exists in the collection.
True if there exists a table with the given name in the collection, false otherwise.
Create a new unique table name from a suggestion. The suggested name is used if possible.
The suggested table name.
A table name which is unique in the collection.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Check if the suggested table name is a valid unique name in the collection.
The suggested table name.
True if the suggested name is a valid name for a new table in the collection, false otherwise.
Refreshes data that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate.
Refreshes data that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate.
The data tables to refresh.
Reloads all data in all data tables, including embedded data tables and data sources set to store their data.
Reloads all data in the specified data tables, including embedded data tables and data sources set to store their data.
The data tables to reload.
Reloads only linked data in all data tables. Embedded data tables and data sources set to store their data will be ignored.
Reloads only linked data in the specified data tables. Embedded data tables and data sources set to store their data will be ignored.
The data tables to reload.
Remove the dataTable from the collection.
The data table to remove.
Remove the Spotfire.Dxp.Data.DataTable with the given name from the collection.
The table name.
Try to get a Spotfire.Dxp.Data.DataTable with a given id.
The id of the data table to get.
The resulting Spotfire.Dxp.Data.DataTable, or null if not found.
True if the Spotfire.Dxp.Data.DataTable with the given id could be found, false otherwise.
Try to get a Spotfire.Dxp.Data.DataTable with a given name.
The name of the data table to get.
The resulting Spotfire.Dxp.Data.DataTable, or null if not found.
True if the Spotfire.Dxp.Data.DataTable with the given name could be found, false otherwise.
A collection of Spotfire.Dxp.Data.DataTable objects. The collection of data tables exists in the Spotfire.Dxp.Data.DataManager.
Since
2.0