Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlCommand: Members

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

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

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

override
CommandTextstring. Documentation for this section has not yet been entered.
override
CommandTimeoutint. Documentation for this section has not yet been entered.
override
CommandTypeSystem.Data.CommandType. Documentation for this section has not yet been entered.
ConnectionMySqlConnection. Documentation for this section has not yet been entered.
override
DesignTimeVisiblebool. Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
[read-only]
IsPreparedbool. Documentation for this section has not yet been entered.
[read-only]
LastInsertedIdlong. Documentation for this section has not yet been entered.
[read-only]
ParametersMySqlParameterCollection. Documentation for this section has not yet been entered.
TransactionMySqlTransaction. Documentation for this section has not yet been entered.
override
UpdatedRowSourceSystem.Data.UpdateRowSource. Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.

Protected Properties

override
DbConnectionSystem.Data.Common.DbConnection. Documentation for this section has not yet been entered.
[read-only]
override
DbParameterCollectionSystem.Data.Common.DbParameterCollection. Documentation for this section has not yet been entered.
override
DbTransactionSystem.Data.Common.DbTransaction. Documentation for this section has not yet been entered.

Public Methods

BeginExecuteNonQuery() : IAsyncResult
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySql.Data.MySqlClient.MySqlCommand.
BeginExecuteNonQuery(AsyncCallback, object) : IAsyncResult
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySql.Data.MySqlClient.MySqlCommand.
BeginExecuteReader() : IAsyncResult
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySql.Data.MySqlClient.MySqlCommand, and retrieves one or more result sets from the server.
BeginExecuteReader(System.Data.CommandBehavior) : IAsyncResult
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySql.Data.MySqlClient.MySqlCommand using one of the CommandBehavior values.
override
Cancel()
Attempts to cancel the execution of a MySqlCommand.
Clone() : MySqlCommand
Creates a clone of this MySqlCommand object. CommandText, Connection, and Transaction properties are included as well as the entire parameter list.
CreateParameter() : MySqlParameter
Creates a new instance of a MySql.Data.MySqlClient.MySqlParameter object.
EndExecuteNonQuery(IAsyncResult) : int
Finishes asynchronous execution of a SQL statement.
EndExecuteReader(IAsyncResult) : MySqlDataReader
Finishes asynchronous execution of a SQL statement, returning the requested MySql.Data.MySqlClient.MySqlDataReader.
override
ExecuteNonQuery() : int
Documentation for this section has not yet been entered.
ExecuteReader() : MySqlDataReader
Documentation for this section has not yet been entered.
ExecuteReader(System.Data.CommandBehavior) : MySqlDataReader
Documentation for this section has not yet been entered.
override
ExecuteScalar() : object
Documentation for this section has not yet been entered.
override
Prepare()
Documentation for this section has not yet been entered.

Protected Methods

override
CreateDbParameter() : System.Data.Common.DbParameter
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
override
ExecuteDbDataReader(System.Data.CommandBehavior) : System.Data.Common.DbDataReader
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.