[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataAdapterBase

C1DataAdapterBase Class

The base class for a custom DbDataAdapter

Namespace: C1.DataConnector.AdoNet
Assembly: C1.AdoNet.QuickBooksOnline.dll
Syntax
public abstract class C1DataAdapterBase : DbDataAdapter, IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable

Constructors

Name Description
C1DataAdapterBase(ILogger)

Initialize a C1DataAdapterBase considering a ILogger

Properties

Name Description
Logger

The logger containing the relevant messages happening during the execution of methods of this class

Methods

Name Description
OnRowUpdated(RowUpdatedEventArgs)

Raises the RowUpdated event of a data provider.

OnRowUpdating(RowUpdatingEventArgs)

Raises the RowUpdating event of a data provider.

Events

Name Description
RowUpdated

Fires when a row finishes updating.

RowUpdating

Fires when a row begins updating.