Mimer SQL Data Provider
GetUpdateCommand() Method




Mimer.Data.Client Namespace > MimerCommandBuilder Class > GetUpdateCommand Method : GetUpdateCommand() Method
Gets the automatically generated MimerCommand used to perform updates on the database.
Syntax
'Declaration
 
Public Overloads Shadows Function GetUpdateCommand() As MimerCommand
public new MimerCommand GetUpdateCommand()
public function GetUpdateCommand(): MimerCommand; 
public hide function GetUpdateCommand() : MimerCommand;
public: new MimerCommand* GetUpdateCommand(); 

Return Value

The automatically generated MimerCommand required to perform updates.
Exceptions
ExceptionDescription
  • There is no valid Connection set on the SelectCommand.
  • The select command refers to more than one table.
  • The referenced table does not have any primary key or unique.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members
Overload List