DeleteCommand property

Description

An AseCommand object that is executed against the database when Update() is called to delete rows in the database that correspond to deleted rows in the DataSet.

Syntax

AseCommand DeleteCommand

Access

Read-write

Usage

When DeleteCommand is assigned to an existing AseCommand object, the AseCommand object is not cloned; the DeleteCommand maintains a reference to the existing AseCommand.