Class | Description | |
---|---|---|
![]() | C1ODataCommand | Contains the details of a command and can execute it over an C1ODataConnection. |
![]() | C1ODataCommandBuilder | 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. |
![]() | C1ODataConnection | Represents a connection to an OData service, which can be used for querying or modifying the data hosted there. |
![]() | C1ODataConnectionStringBuilder | Exposes individual properties for setting up a connection to be used by a C1ODataConnection. |
![]() | C1ODataDataAdapter | Represents a set of data commands and a connection to a data source that are used to fill the System.Data.DataSet and update the data source. This class cannot be inherited. |
![]() | C1ODataDataReader | C1ODataDataReader OData implementation of DbDataReader. |
![]() | C1ODataProviderFactory | A singleton for holding a set of methods for the creation of instances of classes relevant to the data provider. |