Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlCommandBuilder: Method Members

The methods of MySql.Data.MySqlClient.MySqlCommandBuilder are listed below. For a list of all members, see the MySqlCommandBuilder Members list.

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

Public Methods

static
DeriveParameters(MySqlCommand)
Retrieves parameter information from the stored procedure specified in the MySqlCommand and populates the Parameters collection of the specified MySqlCommand object. This method is not currently supported since stored procedures are not available in MySql.
GetDeleteCommand() : MySqlCommand
Gets the delete command.
GetInsertCommand() : MySqlCommand
Gets the insert command.
GetUpdateCommand() : MySqlCommand
Gets the update command.
override
QuoteIdentifier(string) : string
Documentation for this section has not yet been entered.
override
UnquoteIdentifier(string) : string
Documentation for this section has not yet been entered.

Protected Methods

override
ApplyParameterInfo(System.Data.Common.DbParameter, System.Data.DataRow, System.Data.StatementType, bool)
Documentation for this section has not yet been entered.
override
GetParameterName(int) : string
Documentation for this section has not yet been entered.
override
GetParameterName(string) : string
override
GetParameterPlaceholder(int) : string
Documentation for this section has not yet been entered.
override
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)
Documentation for this section has not yet been entered.