[]
Create a C1ODataCommand instance. Creates an instance of a db command, executable over an C1ODataConnection.
public C1ODataCommand()
Creates an instance of a db command, specifying an C1ODataConnection to be executed over.
public C1ODataCommand(C1ODataConnection connection)
Type | Name | Description |
---|---|---|
C1ODataConnection | connection |
Creates a db command from a specific text, specifying an C1ODataConnection to be executed over.
public C1ODataCommand(C1ODataConnection connection, string commandText)
Type | Name | Description |
---|---|---|
C1ODataConnection | connection | |
string | commandText |