AcceptChangesDuringFill (Inherited from System.Data.Common.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. |
AcceptChangesDuringUpdate (Inherited from System.Data.Common.DataAdapter) | Gets or sets whether AcceptChanges is called during a Update. |
Container (Inherited from System.ComponentModel.Component) | Gets the IContainer that contains the Component. |
ContinueUpdateOnError (Inherited from System.Data.Common.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 MySQL statement to delete records from the data set. |
FillLoadOption (Inherited from System.Data.Common.DataAdapter) | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. |
InsertCommand | Gets or sets a MySQL statement to insert new records into the data source. |
MissingMappingAction (Inherited from System.Data.Common.DataAdapter) | Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (Inherited from System.Data.Common.DataAdapter) | Determines the action to take when existing DataSet schema does not match incoming data. |
 RetrieveAutoIncrementSeed | Gets or sets a value that indicates whether MySqlDataAdapter should perform additional roundtrip to server to request the autoincremented value. |
ReturnProviderSpecificTypes (Inherited from System.Data.Common.DataAdapter) | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. |
SelectCommand | Gets or sets a MySQL statement used to select records in the data source. |
Site (Inherited from System.ComponentModel.Component) | Gets or sets the ISite of the Component. |
TableMappings | Gets a collection that provides the master mapping between a source table and a MySqlDataTable. |
UpdateBatchSize | Overridden. Gets or sets the number of rows that are processed in each round-trip to the server. |
UpdateCommand | Gets or sets a MySQL statement used to update records in the data source. |
CreateObjRef (Inherited from System.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 System.ComponentModel.Component) | Releases all resources used by the Component. |
Fill (Inherited from System.Data.Common.DbDataAdapter) | Overloaded. Adds or refreshes rows in the DataSet. |
FillPage (Inherited from Devart.Common.DbDataAdapter) | Fills associated DataSet with specified range of rows. |
FillSchema (Inherited from System.Data.Common.DbDataAdapter) | Overloaded. Configures the schema of the specified DataTable based on the specified SchemaType. |
GetFillParameters (Inherited from System.Data.Common.DbDataAdapter) | Gets the parameters set by the user when executing an SQL SELECT statement. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ResetFillLoadOption (Inherited from System.Data.Common.DataAdapter) | Resets FillLoadOption to its default state and causes Fill to honor AcceptChangesDuringFill. |
ShouldSerializeAcceptChangesDuringFill (Inherited from System.Data.Common.DataAdapter) | Determines whether the AcceptChangesDuringFill property should be persisted. |
ShouldSerializeFillLoadOption (Inherited from System.Data.Common.DataAdapter) | Determines whether the FillLoadOption property should be persisted. |
ToString (Inherited from System.ComponentModel.Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
Update (Inherited from System.Data.Common.DbDataAdapter) | Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet. |
© 2002 - 2012 Devart. All Rights Reserved.