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