[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet

C1.DataConnector.AdoNet Namespace

Classes

C1CommandBase

The command base class used by all C1DataConnector.AdoNet providers.

C1CommandBase<TCommandImpl>

The generic version of the command base class used by all C1DataConnector.AdoNet providers.

C1CommandBuilderBase

Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. This is an abstract class that can only be inherited.

C1CommandBuilderBase<TCommandBuilderImpl>

Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. This is an abstract class that can only be inherited.

C1ConnectionBase

The connection base class for all C1DataConnector.AdoNet providers

C1ConnectionBase<TConnectionImpl>

The generic version of the connection base class for all C1DataConnector.AdoNet providers

C1DataAdapterBase

The base class for a custom DbDataAdapter

C1DataAdapterBase<TCommandImpl>

The base class for a custom C1DataAdapterBase with DbCommand as a generic input type

C1DataReader

Reads a forward-only stream of rows from a data source specially adapted for C1DataConnector.

C1OAuthConnectionStringBuilder

The base class for all providers containing the OAuth2 information to set up a connection.

C1RowUpdatedEventArgs<TCommandImpl>

Provides data for the RowUpdated event of a data provider.

C1RowUpdatingEventArgs<TCommandImpl>

Provides the data for the RowUpdating event of a data provider.

Delegates

RowUpdatedEventHandler

The delegate method handles the row updated event

RowUpdatingEventHandler

The delegate method handles the row updating event