MySqlCommandBuilder Methods

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySqlCommandBuilder type exposes the following members.

Methods

  Name Description
Protected method ApplyParameterInfo (Overrides DbCommandBuilder..::..ApplyParameterInfo(DbParameter, DataRow, StatementType, Boolean).)
Public method 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.)
Public method Static member 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.
Public method Dispose()()()()
Releases all resources used by the Component.
(Inherited from Component.)
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the DbCommandBuilder and optionally releases the managed resources.
(Inherited from DbCommandBuilder.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public method GetDeleteCommand()()()()
Gets the delete command.
Public method GetDeleteCommand(Boolean)
Gets the automatically generated DbCommand object required to perform deletions at the data source, optionally using columns for parameter names.
(Inherited from DbCommandBuilder.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInsertCommand()()()()
Gets the insert command.
Public method GetInsertCommand(Boolean)
Gets the automatically generated DbCommand object required to perform insertions at the data source, optionally using columns for parameter names.
(Inherited from DbCommandBuilder.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method GetParameterName(Int32) (Overrides DbCommandBuilder..::..GetParameterName(Int32).)
Protected method GetParameterName(String)
Protected method GetParameterPlaceholder (Overrides DbCommandBuilder..::..GetParameterPlaceholder(Int32).)
Protected method GetSchemaTable (Overrides DbCommandBuilder..::..GetSchemaTable(DbCommand).)
Protected method GetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUpdateCommand()()()()
Gets the update command.
Public method GetUpdateCommand(Boolean)
Gets the automatically generated DbCommand object required to perform updates at the data source, optionally using columns for parameter names.
(Inherited from DbCommandBuilder.)
Protected method InitializeCommand
Resets the CommandTimeout, Transaction, CommandType, and UpdateRowSource properties on the DbCommand.
(Inherited from DbCommandBuilder.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public method QuoteIdentifier (Overrides DbCommandBuilder..::..QuoteIdentifier(String).)
Public method RefreshSchema
Clears the commands associated with this DbCommandBuilder.
(Inherited from DbCommandBuilder.)
Protected method RowUpdatingHandler
Adds an event handler for the RowUpdating event.
(Inherited from DbCommandBuilder.)
Protected method SetRowUpdatingHandler (Overrides DbCommandBuilder..::..SetRowUpdatingHandler(DbDataAdapter).)
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public method UnquoteIdentifier (Overrides DbCommandBuilder..::..UnquoteIdentifier(String).)

See Also