The MySqlDataProvider type exposes the following members.

Properties

  NameDescription
CommandText
Gets or sets the actual query to perform.
CommandType
Gets or sets the type of query to execute.
ConnectionString
Gets the ConnectionString value.
DataReader
Gets a reference to the DataReader object.
InTransaction
Gets a value indicating if the command is setup to execute within a database transaction. The value equals "true" if it will execute within a transaction, otherwise it equals "false".
IsConnectionOpen
Gets a value indicating if the connection is open. The value equals "true" if the connection is open, otherwise it equals "false".

See Also