Mimer SQL Data Provider
InsertCommand Property




Mimer.Data.Client Namespace > MimerDataAdapter Class : InsertCommand Property
Gets or sets an SQL statement used to update records in the database server.
Syntax
'Declaration
 
Public Shadows Property InsertCommand As MimerCommand
public new MimerCommand InsertCommand {get; set;}
public read-write property InsertCommand: MimerCommand; 
public hide function get,set InsertCommand : MimerCommand
public: __property new MimerCommand* get_InsertCommand();
public: __property new void set_InsertCommand( 
   MimerCommand* value
);

Property Value

A MimerCommand used during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) to insert records into the database that correspond to new rows in the System.Data.DataSet.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataAdapter Class
MimerDataAdapter Members