[]
The base class for a custom DbDataAdapter
public abstract class C1DataAdapterBase : DbDataAdapter, IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable
| Name | Description |
|---|---|
| C1DataAdapterBase(ILogger) | Initialize a C1DataAdapterBase considering a ILogger |
| Name | Description |
|---|---|
| Logger | The logger containing the relevant messages happening during the execution of methods of this class |
| Name | Description |
|---|---|
| OnRowUpdated(RowUpdatedEventArgs) | Raises the RowUpdated event of a data provider. |
| OnRowUpdating(RowUpdatingEventArgs) | Raises the RowUpdating event of a data provider. |
| Name | Description |
|---|---|
| RowUpdated | Fires when a row finishes updating. |
| RowUpdating | Fires when a row begins updating. |