Mimer Data Provider

MimerCommandBuilder.DataAdapter Property

Gets or sets the MimerDataAdapter object for which this MimerCommandBuilder object will generate SQL statements.

[Visual Basic]
Public Property DataAdapter As MimerDataAdapter
[C#]
public MimerDataAdapter DataAdapter { get; set; }
[C++]
public: __property MimerDataAdapter* get_DataAdapter();
public: __property void set_DataAdapter(MimerDataAdapter* );
[JScript]
public function get DataAdapter() : MimerDataAdapter
public function set DataAdapter(MimerDataAdapter);

Property Value

The MimerDataAdapter instance.

Remarks

The command builder will add an event handler to the MimerDataAdapter. This event handler will generate any missing commands when the Update method is called. This allows the data adapter to function properly even when the DeleteCommand, InsertCommand, and/or UpdateCommand have note been specified by the application.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace