[]
Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.
public sealed class C1ODataDataAdapter : C1DataAdapterBase<C1ODataCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter
Name | Description |
---|---|
C1ODataDataAdapter() | Creates an instance of the C1ODataDataAdapter class. |
C1ODataDataAdapter(C1ODataCommand) | Creates an instance of the C1ODataDataAdapter class, for executing the passed db command. |
C1ODataDataAdapter(C1ODataConnection, string) | Creates an instance of the C1ODataDataAdapter class, for executing over a specific connection the db command from a specific text. |
C1ODataDataAdapter(string, string) | Creates an instance of the C1ODataDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text. |