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

Server

Parameters

_sqlCommand
Type: str
An SQL statement.
_connection
Type: CLRObject Class
A database connection object.

Return Value

Type: CLRObject Class
A new instance of the DbCommand class that is built on a SQL statement.

Community Additions

ADD
Show: