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