MySqlDataAdapter Members


MySqlDataAdapter overview

Public Instance Constructors

MySqlDataAdapter Overloaded. Initializes a new instance of the MySqlDataAdapter class.

Public Instance Properties

AcceptChangesDuringFill (inherited from DataAdapter) Gets or sets a value indicating whether AcceptChangesis called on a DataRowafter it is added to the DataTableduring any of the Fill operations.
AcceptChangesDuringUpdate (inherited from DataAdapter) Gets or sets whether AcceptChangesis called during a Update.
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 Overloaded.
FillLoadOption (inherited from DataAdapter) Gets or sets the LoadOption that determines how the adapter fills the DataTablefrom the DbDataReader.
InsertCommand Overloaded.
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 DataSetschema does not match incoming data.
ReturnProviderSpecificTypes (inherited from DataAdapter) Gets or sets whether the Fillmethod should return provider-specific values or common CLS-compliant values.
SelectCommand Overloaded.
Site (inherited from Component) Gets or sets the ISite of the Component.
TableMappings (inherited from DataAdapter) Gets a collection that provides the master mapping between a source table and a DataTable.
UpdateBatchSize (inherited from DbDataAdapter) Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
UpdateCommand Overloaded.

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 DataSetto match those in the data source using the DataSetname, and creates a DataTablenamed 'Table.'
FillSchema (inherited from DbDataAdapter) Overloaded. Configures the schema of the specified DataTablebased 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. GetHashCode is 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.
ResetFillLoadOption (inherited from DataAdapter) Resets FillLoadOptionto its default state and causes Fillto honor AcceptChangesDuringFill.
ShouldSerializeAcceptChangesDuringFill (inherited from DataAdapter) Determines whether the AcceptChangesDuringFillproperty should be persisted.
ShouldSerializeFillLoadOption (inherited from DataAdapter) Determines whether the FillLoadOptionproperty should be persisted.
ToString (inherited from Component) Returns a String containing the name of the Component, if any. This method should not be overridden.
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 DataAdapter) Returned when an error occurs during a fill operation.
RowUpdated Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
RowUpdating Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.

Protected Internal Instance Properties

FillCommandBehavior (inherited from DbDataAdapter) Gets or sets the behavior of the command used to fill the data adapter.

See Also

MySqlDataAdapter Class, MySql.Data.MySqlClient Namespace

Retornar