Mimer Data Provider

MimerCommandBuilder.GetDeleteCommand Method 

Gets the automatically generated MimerCommand used to perform deletions on the database.

[Visual Basic]
Public Function GetDeleteCommand() As MimerCommand
[C#]
public MimerCommand GetDeleteCommand();
[C++]
public: MimerCommand* GetDeleteCommand();
[JScript]
public function GetDeleteCommand(): MimerCommand;

Return Value

The automatically generated MimerCommand required to perform deletions.

Exceptions

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

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace