ReleaseUpdateBulkCopyDB.createCommand Method [AX 2012]
Gets an instance of the DbCommand class that is built on a SQL statement.
private CLRObject createCommand(str _sqlCommand, CLRObject _connection)
Run On
ServerParameters
- _sqlCommand
- Type: str
An SQL statement.
- _connection
- Type: CLRObject Class
A database connection object.
Return Value
Type: CLRObject ClassA new instance of the DbCommand class that is built on a SQL statement.
Community Additions
ADD
Show: