MySqlDataAdapter Properties

MySQL Connector/Net

MySqlDataAdapter Properties

The MySqlDataAdapter type exposes the following members.

Properties
  Name Description
Public property AcceptChangesDuringFill
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.
(Inherited from DataAdapter.)
Public property AcceptChangesDuringUpdate
Gets or sets whether AcceptChanges is called during a Update(DataSet).
(Inherited from DataAdapter.)
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property ContinueUpdateOnError
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
(Inherited from DataAdapter.)
Public property Code example DeleteCommand
Gets or sets a SQL statement or stored procedure used to delete records from the data set.
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Protected property FillCommandBehavior
Gets or sets the behavior of the command used to fill the data adapter.
(Inherited from DbDataAdapter.)
Public property FillLoadOption
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
(Inherited from DataAdapter.)
Public property Code example InsertCommand
Gets or sets a SQL statement or stored procedure used to insert records into the data set.
Public property MissingMappingAction
Determines the action to take when incoming data does not have a matching table or column.
(Inherited from DataAdapter.)
Public property MissingSchemaAction
Determines the action to take when existing DataSet schema does not match incoming data.
(Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes
Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
(Inherited from DataAdapter.)
Public property Code example SelectCommand
Gets or sets a SQL statement or stored procedure used to select records in the data source.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property TableMappings
Gets a collection that provides the master mapping between a source table and a DataTable.
(Inherited from DataAdapter.)
Public property UpdateBatchSize (Overrides DbDataAdapterUpdateBatchSize.)
Public property Code example UpdateCommand
Gets or sets a SQL statement or stored procedure used to updated records in the data source.
Top
See Also