Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlCommand: Members |
The members of MySql.Data.MySqlClient.MySqlCommand are listed below.
See Also: Inherited members from System.Data.Common.DbCommand
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.
overrideCommandText string. Documentation for this section has not yet been entered. overrideCommandTimeout int. Documentation for this section has not yet been entered. overrideCommandType System.Data.CommandType. Documentation for this section has not yet been entered. Connection MySqlConnection. Documentation for this section has not yet been entered. overrideDesignTimeVisible bool. Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control. [read-only] IsPrepared bool. Documentation for this section has not yet been entered. [read-only] LastInsertedId long. Documentation for this section has not yet been entered. [read-only] Parameters MySqlParameterCollection. Documentation for this section has not yet been entered. Transaction MySqlTransaction. Documentation for this section has not yet been entered. overrideUpdatedRowSource System.Data.UpdateRowSource. Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.
overrideDbConnection System.Data.Common.DbConnection. Documentation for this section has not yet been entered. [read-only] overrideDbParameterCollection System.Data.Common.DbParameterCollection. Documentation for this section has not yet been entered. overrideDbTransaction System.Data.Common.DbTransaction. Documentation for this section has not yet been entered.
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. overrideCancel() 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. overrideExecuteNonQuery() : 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. overrideExecuteScalar() : object Documentation for this section has not yet been entered. overridePrepare() Documentation for this section has not yet been entered.
overrideCreateDbParameter() : System.Data.Common.DbParameter Documentation for this section has not yet been entered. overrideDispose(bool) Documentation for this section has not yet been entered. overrideExecuteDbDataReader(System.Data.CommandBehavior) : System.Data.Common.DbDataReader Documentation for this section has not yet been entered.
ICloneable.Clone Documentation for this section has not yet been entered.