Gets or sets an SQL statement used to update records in the database server.
[Visual Basic] Public Property InsertCommand As MimerCommand [C#] public MimerCommand InsertCommand { get; set; } [C++] public: __property MimerCommand* get_InsertCommand(); public: __property void set_InsertCommand(MimerCommand* ); [JScript] public function get InsertCommand() : MimerCommand public function set InsertCommand(MimerCommand);
A MimerCommand used during Update to insert records into the database that correspond to new rows in the DataSet.
MimerDataAdapter Class | Mimer.Data.Client Namespace