Share via


RetailConnDataDirectorQuery.executeDelete Method [AX 2012]

Deletes the selected record that is retrieved in the query.

Syntax

public int executeDelete(boolean _ddDeleteExists)

Run On

Called

Parameters

  • _ddDeleteExists
    Type: boolean
    A Boolean value that indicates whether to delete the record.

Return Value

Type: int
The number of records deleted.

Exceptions

Exception Condition
UpdateConflictNotRecovered

A standard update conflict resolution.

UpdateConflict

A standard update conflict resolution.

See Also

Reference

RetailConnDataDirectorQuery Class