Table |
The TableDataSource type exposes the following members.
| Name | Description | |
|---|---|---|
| DataProvider | The DataProvider from which the data will be initially loaded (or reloaded if the table is Linked to its datasource) | |
| DataViewEnabled | Specifies if Analysis are using GetDataView (filtered) or the whole DataSource as it's DataSource | |
| Linked | True if the table is linked with its datasource | |
| PrimaryKey | The primarykey of the table |
| Name | Description | |
|---|---|---|
| AddDataFromDataReader(IDataReader) | Add new content to the datasource | |
| AddDataFromDataReader(IDataReader, CultureInfo) | Add new content to the datasource | |
| AddDataFromDataTable(DataTable) | Adds content to the datasource | |
| AddDataFromDataTable(DataTable, CultureInfo) | Adds content to the datasource | |
| AddDataFromOleDBConnection | Adds the content of the datasource | |
| AddDataFromXmlString | Adds content to the datasource | |
| GetDataView | Returns the filtered DataSource used in tableviews and Analysis | |
| LoadDataFromDataReader(IDataReader) | Replaces the content of the datasource | |
| LoadDataFromDataReader(IDataReader, CultureInfo) | Replaces the content of the datasource | |
| LoadDataFromDataTable(DataTable) | Replaces the content of the datasource | |
| LoadDataFromDataTable(DataTable, CultureInfo) | Replaces the content of the datasource | |
| LoadDataFromOleDBConnection | Replaces content to the datasource | |
| LoadDataFromXmlString | Replaces the content of the datasource | |
| Refresh | Reload the data from the DataProvider |