Gets the automatically generated MimerCommand used to perform deletions on the database.
[Visual Basic] Public Function GetDeleteCommand() As MimerCommand [C#] public MimerCommand GetDeleteCommand(); [C++] public: MimerCommand* GetDeleteCommand(); [JScript] public function GetDeleteCommand(): MimerCommand;
The automatically generated MimerCommand required to perform deletions.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | There is no valid Connection set on the SelectCommand. |
MimerCommandBuilder Class | Mimer.Data.Client Namespace