Mimer Data Provider v9.2

MimerDataAdapter.InsertCommand Property

Gets or sets an SQL statement used to update records in the data source.

[Visual Basic]
Public Property InsertCommand As MimerCommand
[C#]
new public MimerCommand InsertCommand {get; set;}

Property Value

A MimerCommand used during Update to insert records into the database that correspond to new rows in the DataSet.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace