Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlDataAdapter: Members

The members of MySql.Data.MySqlClient.MySqlDataAdapter are listed below.

See Also: Inherited members from System.Data.Common.DbDataAdapter

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

DeleteCommandMySqlCommand. Documentation for this section has not yet been entered.
InsertCommandMySqlCommand. Documentation for this section has not yet been entered.
SelectCommandMySqlCommand. Documentation for this section has not yet been entered.
override
UpdateBatchSizeint. Documentation for this section has not yet been entered.
UpdateCommandMySqlCommand. Documentation for this section has not yet been entered.

Protected Methods

override
AddToBatch(System.Data.IDbCommand) : int
Documentation for this section has not yet been entered.
override
ClearBatch()
Documentation for this section has not yet been entered.
override
CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatedEventArgs
Overridden. See System.Data.Common.DbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping).
override
CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatingEventArgs
Overridden. See System.Data.Common.DbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping).
override
ExecuteBatch() : int
Documentation for this section has not yet been entered.
override
GetBatchedParameter(int, int) : System.Data.IDataParameter
Documentation for this section has not yet been entered.
override
InitializeBatching()
Documentation for this section has not yet been entered.
override
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)
Overridden. Raises the RowUpdated event.
override
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)
Overridden. Raises the RowUpdating event.
override
TerminateBatching()
Documentation for this section has not yet been entered.

Public Events

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.