Table |
The TableDataSource type exposes the following members.
| 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 |