Mimer SQL Data Provider
DataAdapter Property




Mimer.Data.Client Namespace > MimerCommandBuilder Class : DataAdapter Property
Gets or sets the MimerDataAdapter object for which this MimerCommandBuilder object will generate SQL statements.
Syntax
'Declaration
 
Public Shadows Property DataAdapter As MimerDataAdapter
public new MimerDataAdapter DataAdapter {get; set;}
public read-write property DataAdapter: MimerDataAdapter; 
public hide function get,set DataAdapter : MimerDataAdapter
public: __property new MimerDataAdapter* get_DataAdapter();
public: __property new void set_DataAdapter( 
   MimerDataAdapter* value
);

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 System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) 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.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members