The MySqlCommandBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyParameterInfo |
Allows the provider implementation of the DbCommandBuilder class to handle additional parameter properties.
(Inherited from DbCommandBuilder.) | |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
DeriveParameters |
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.
| |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) | |
GetDeleteCommand | Overloaded. | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetInsertCommand | Overloaded. | |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
GetParameterName | Overloaded. | |
GetParameterPlaceholder |
Returns the placeholder for the parameter in the associated SQL statement.
(Inherited from DbCommandBuilder.) | |
GetSchemaTable |
Returns the schema table for the DbCommandBuilder.
(Inherited from DbCommandBuilder.) | |
GetService | (Inherited from Component.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetUpdateCommand | Overloaded. | |
InitializeCommand |
Resets the CommandTimeout, Transaction, CommandType, and UpdateRowSource properties on the DbCommand.
(Inherited from DbCommandBuilder.) | |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
MemberwiseClone | Overloaded. | |
QuoteIdentifier | (Overrides DbCommandBuilder..::.QuoteIdentifier(String).) | |
RefreshSchema |
Clears the commands associated with this DbCommandBuilder.
(Inherited from DbCommandBuilder.) | |
RowUpdatingHandler |
Adds an event handler for the RowUpdating event.
(Inherited from DbCommandBuilder.) | |
SetRowUpdatingHandler | (Inherited from DbCommandBuilder.) | |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) | |
UnquoteIdentifier | (Overrides DbCommandBuilder..::.UnquoteIdentifier(String).) |