Class | Description | |
---|---|---|
![]() | 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 System.Data.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 System.Data.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 System.Data.Common.DbDataAdapter |
![]() | C1DataAdapterBase<TCommandImpl> | The base class for a custom C1DataAdapterBase with System.Data.Common.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. |