Standard interface for working with a DataTable and interacting with a DataProvider.
| C# |
public interface ITableAdapter : IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| ProcedureInformation |
Gets an object containing information about stored procedures.
| |
| SqlAdapter |
The SQL adapter used to work with data.
| |
| SqlConnection |
The SQL connection to be used.
| |
| Update(DataTable) |
Updates table data to the database.
| |
| Update(array<DataRow>[]()[]) |
Updates a set of rows to the database.
|