Overload | Description |
---|---|
C1ODataDataAdapter Constructor() | Creates an instance of the C1ODataDataAdapter class. |
C1ODataDataAdapter Constructor(C1ODataCommand) | Creates an instance of the C1ODataDataAdapter class, for executing the passed db command. |
C1ODataDataAdapter Constructor(C1ODataConnection,String) | Creates an instance of the C1ODataDataAdapter class, for executing over a specific connection the db command from a specific text. |
C1ODataDataAdapter Constructor(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. |