Mimer SQL Data Provider
GetDeleteCommand() Method




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

Return Value

The automatically generated MimerCommand required to perform deletions.
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