Share via


ReleaseUpdateBulkCopyParam.statementExeUpdate Method [AX 2012]

Executes a direct SQL update statement.

Syntax

private int statementExeUpdate(str _sql, [Connection _con])

Run On

Server

Parameters

  • _sql
    Type: str
    The SQL statement to execute.

Return Value

Type: int
The result of the execution.

See Also

Reference

ReleaseUpdateBulkCopyParam Class