Overload | Description |
---|---|
C1ODataCommand Constructor() | Create a C1ODataCommand instance. Creates an instance of a db command, executable over an C1ODataConnection. |
C1ODataCommand Constructor(C1ODataConnection) | Creates an instance of a db command, specifying an C1ODataConnection to be executed over. |
C1ODataCommand Constructor(C1ODataConnection,String) | Creates a db command from a specific text, specifying an C1ODataConnection to be executed over. |