Share via


ReleaseUpdateBulkCopyDB.createCommand Method [AX 2012]

Gets an instance of the DbCommand class that is built on a SQL statement.

Syntax

private CLRObject createCommand(str _sqlCommand, CLRObject _connection)

Run On

Server

Parameters

  • _sqlCommand
    Type: str
    An SQL statement.

Return Value

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

See Also

Reference

ReleaseUpdateBulkCopyDB Class