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