Mimer Data Provider v9.2

MimerCommandBuilder.GetInsertCommand Method 

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

[Visual Basic]
Public Function GetInsertCommand() As MimerCommand
[C#]
public MimerCommand GetInsertCommand();

Return Value

The automatically generated MimerCommand required to perform insertions.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace