Gets or sets a MimerCommand representing an SQL statement for deleting records from the data set.
[Visual Basic] Public Property DeleteCommand As MimerCommand [C#] public MimerCommand DeleteCommand { get; set; } [C++] public: __property MimerCommand* get_DeleteCommand(); public: __property void set_DeleteCommand(MimerCommand* ); [JScript] public function get DeleteCommand() : MimerCommand public function set DeleteCommand(MimerCommand);
A MimerCommand used during Update to delete records in the database server for deleted rows in the data set.
MimerDataAdapter Class | Mimer.Data.Client Namespace