Click or drag to resize

TableDataSource Methods

The TableDataSource type exposes the following members.

Methods
  NameDescription
Public methodAddDataFromDataReader(IDataReader)
Add new content to the datasource
Public methodAddDataFromDataReader(IDataReader, CultureInfo)
Add new content to the datasource
Public methodAddDataFromDataTable(DataTable)
Adds content to the datasource
Public methodAddDataFromDataTable(DataTable, CultureInfo)
Adds content to the datasource
Public methodAddDataFromOleDBConnection
Adds the content of the datasource
Public methodAddDataFromXmlString
Adds content to the datasource
Public methodGetDataView
Returns the filtered DataSource used in tableviews and Analysis
Public methodLoadDataFromDataReader(IDataReader)
Replaces the content of the datasource
Public methodLoadDataFromDataReader(IDataReader, CultureInfo)
Replaces the content of the datasource
Public methodLoadDataFromDataTable(DataTable)
Replaces the content of the datasource
Public methodLoadDataFromDataTable(DataTable, CultureInfo)
Replaces the content of the datasource
Public methodLoadDataFromOleDBConnection
Replaces content to the datasource
Public methodLoadDataFromXmlString
Replaces the content of the datasource
Public methodRefresh
Reload the data from the DataProvider
Top
See Also