Mimer Data Provider v9.2

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();

Return Value

The automatically generated MimerCommand required to perform deletions.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace