







![]() ![]() ![]() |
MySQL Connector/Net |
MySqlCommandBuilder Members |
MySqlCommandBuilder Class Constructors Methods Properties Events See Also Send Feedback |
![]() |
The MySqlCommandBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MySqlCommandBuilder()()()() |
Initializes a new instance of the MySqlCommandBuilder class.
|
![]() |
MySqlCommandBuilder(MySqlDataAdapter) |
Initializes a new instance of the MySqlCommandBuilder class
with the associated MySqlDataAdapter object.
|
Methods
Name | Description | |
---|---|---|
![]() |
ApplyParameterInfo | (Overrides DbCommandBuilder..::..ApplyParameterInfo(DbParameter, DataRow, StatementType, Boolean).) |
![]() |
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()()()() | Releases all resources used by the Component. (Inherited from Component.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the DbCommandBuilder and optionally releases the managed resources. (Inherited from DbCommandBuilder.) |
![]() |
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()()()() |
Gets the delete command.
|
![]() |
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.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetInsertCommand()()()() |
Gets the insert command.
|
![]() |
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.) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetParameterName(Int32) | (Overrides DbCommandBuilder..::..GetParameterName(Int32).) |
![]() |
GetParameterName(String) |
(Overrides DbCommandBuilder..::..GetParameterName(String).)
|
![]() |
GetParameterPlaceholder | (Overrides DbCommandBuilder..::..GetParameterPlaceholder(Int32).) |
![]() |
GetSchemaTable | (Overrides DbCommandBuilder..::..GetSchemaTable(DbCommand).) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUpdateCommand()()()() |
Gets the update command.
|
![]() |
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.) |
![]() |
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()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() |
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 | (Overrides DbCommandBuilder..::..SetRowUpdatingHandler(DbDataAdapter).) |
![]() |
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).) |
Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() |
CatalogLocation | Sets or gets the CatalogLocation for an instance of the DbCommandBuilder class. (Inherited from DbCommandBuilder.) |
![]() |
CatalogSeparator | Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder class. (Inherited from DbCommandBuilder.) |
![]() |
ConflictOption | Specifies which ConflictOption is to be used by the DbCommandBuilder. (Inherited from DbCommandBuilder.) |
![]() |
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() |
DataAdapter |
Gets or sets a MySqlDataAdapter object for which SQL statements are automatically generated.
|
![]() |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() |
QuotePrefix | Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. (Inherited from DbCommandBuilder.) |
![]() |
QuoteSuffix | Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. (Inherited from DbCommandBuilder.) |
![]() |
SchemaSeparator | Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. (Inherited from DbCommandBuilder.) |
![]() |
SetAllValues | Specifies whether all column values in an update statement are included or only changed ones. (Inherited from DbCommandBuilder.) |
![]() |
Site | (Inherited from Component.) |
Events
Name | Description | |
---|---|---|
![]() |
Disposed | Occurs when the component is disposed by a call to the Dispose()()()() method. (Inherited from Component.) |