[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SCommand.-ctor

C1D365SCommand Constructor

C1D365SCommand()

Creates an instance of a db command, executable over a C1D365SConnection.

Declaration
public C1D365SCommand()

C1D365SCommand(C1D365SConnection)

Creates an instance of a db command, specifying a D365S connection to be executed over

Declaration
public C1D365SCommand(C1D365SConnection connection)
Parameters
Type Name Description
C1D365SConnection connection

C1D365SCommand(C1D365SConnection, string)

Creates a db command from a specific text, specifying a C1D365SConnection to be executed over

Declaration
public C1D365SCommand(C1D365SConnection connection, string commandText)
Parameters
Type Name Description
C1D365SConnection connection
string commandText