[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.-ctor

C1ODataCommand Constructor

C1ODataCommand()

Create a C1ODataCommand instance. Creates an instance of a db command, executable over an C1ODataConnection.

Declaration
public C1ODataCommand()
Public Sub New()

C1ODataCommand(C1ODataConnection)

Creates an instance of a db command, specifying an C1ODataConnection to be executed over.

Declaration
public C1ODataCommand(C1ODataConnection connection)
Public Sub New(connection As C1ODataConnection)
Parameters
Type Name Description
C1ODataConnection connection

C1ODataCommand(C1ODataConnection, string)

Creates a db command from a specific text, specifying an C1ODataConnection to be executed over.

Declaration
public C1ODataCommand(C1ODataConnection connection, string commandText)
Public Sub New(connection As C1ODataConnection, commandText As String)
Parameters
Type Name Description
C1ODataConnection connection
string commandText