DMFEntityWriter::executeUpdate Method [AX 2012]

Executes set based update for import.

client server private static int64 executeUpdate(
   [TableName _destination, 
    container _destFieldList, 
    container _sourceFieldList, 
    str _whereClause, 
    str _join])

Run On

Called

Parameters

_destination
Type: TableName Extended Data Type
Name of the destination table.
_destFieldList
Type: container
List of fields from destination table to be set.
_sourceFieldList
Type: container
List of fields from source table to copy.
_whereClause
Type: str
The where clause to filter the records from source table.
_join
Type: str
The type of join used in the query.

Return Value

Type: int64
Returns number of records updated in the destination table.
Show: