Mimer Data Provider

MimerCommandBuilder.GetInsertCommand Method 

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;

Return Value

The automatically generated MimerCommand required to perform insertions.

Exceptions

Exception TypeCondition
InvalidOperationExceptionThere is no valid Connection set on the SelectCommand.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace