ReleaseUpdateBulkCopyParam.statementExeUpdate Method [AX 2012]
Executes a direct SQL update statement.
private int statementExeUpdate(str _sql, [Connection _con])
Run On
ServerParameters
- _sql
- Type: str
The SQL statement to execute.
- _con
- Type: Connection Class
The connection to the database.
Community Additions
ADD
Show: