Generic wrapper to provide an ITableAdapter interface to a
SqlDataAdapter, for use with the
VistaDB database engine.
| C# |
public class VistaDBTableAdapter : ITableAdapter, IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| VistaDBTableAdapter(VistaDBDataAdapter, ProcedureInformation, VistaDBQueryNotification) |
Creates a new instance.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Disposing |
Occurs when the object is being disposed.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Finalizes the object.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDisposed |
Whether the object has been disposed.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDisposing(EventArgs) |
Raises the Disposing event.
| |
| ProcedureInformation |
Gets an object containing information about stored procedures.
| |
| SqlAdapter |
The data adapter used to work with data.
| |
| SqlConnection |
The connection to be used.
| |
| ToString()()() | (Inherited from Object.) | |
| Update(DataTable) |
Updates table data to the database.
| |
| Update(array<DataRow>[]()[]) |
Updates a set of rows to the database.
| |
| UpdateRows(IEnumerable) |
Updates a set of rows to the database.
|
| Object | |
| VistaDBTableAdapter | |