Mimer Data Provider

MimerCommandBuilder.GetUpdateCommand Method 

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;

Return Value

The automatically generated MimerCommand required to perform updates.

Exceptions

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

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace