Mimer Data Provider

MimerDataAdapter Members

MimerDataAdapter overview

Public Instance Constructors

MimerDataAdapterOverloaded. Initializes a new instance of the MimerDataAdapter class.

Public Instance Properties

AcceptChangesDuringFill (inherited from DataAdapter) Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.
Container (inherited from Component) Gets the IContainer that contains the Component.
ContinueUpdateOnError (inherited from DataAdapter) Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
DeleteCommand Gets or sets a MimerCommand representing an SQL statement for deleting records from the data set.
InsertCommand Gets or sets an SQL statement used to update records in the database server.
MissingMappingAction (inherited from DataAdapter) Determines the action to take when incoming data does not have a matching table or column.
MissingSchemaAction (inherited from DataAdapter) Determines the action to take when existing DataSet schema does not match incoming data.
SelectCommand Gets or sets an SQL statement used to retrieve records from the database server.
Site (inherited from Component) Gets or sets the ISite of the Component.
TableMappings Gets a collection that provides the mappings between a source table and a DataTable.
UpdateCommand Gets or sets an SQL statement used to update records in the database server.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Fill (inherited from DbDataAdapter)Overloaded. Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table".
FillSchema (inherited from DbDataAdapter)Overloaded. Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
GetFillParameters (inherited from DbDataAdapter) Gets the parameters set by the user when executing an SQL SELECT statement.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from Component) 
Update (inherited from DbDataAdapter)Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

Public Instance Events

Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
FillError (inherited from DbDataAdapter) Returned when an error occurs during a fill operation.
RowUpdated Called during Update after a command is executed against the database server.
RowUpdating Called during Update before a command is executed against the database server.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace