The MySqlDataProvider type exposes the following members.

Constructors

  NameDescription
MySqlDataProvider
Instantiates a new instance of the MySqlDataProvider class.

Methods

  NameDescription
AddParameterOverloaded.
AddReturnValueParameter
Creates a return value parameter and adds it to the command object parameters collection.
BeginTransaction
Sets the command object to begin a transaction with the specified isolation level.
CheckDBNull<(Of <(T>)>)
Checks the database value for null.
CloseAllPersitentConnections
Removes all connection reference counters and closes the connection.
ClosePersitentConnection
Decrements the connection reference count and closes the connection if there are no more connection references.
CommitTransaction
Commits the transaction.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteNonQuery
Executes a non-result query.
ExecuteQuery
Executes a result query.
ExecuteScalar
Executes a query that returns a scalar value.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenPersistentConnection
Opens the connection or increments the connection reference count if the connection is already open.
ResetQuery
Prepares for the next query by committing any pending transactions, closing the data reader and clearing the command text and parameters.
RollbackTransaction
Performs a rollback on the transaction.
SetCommandText
Sets the command type and text from the specified parameters.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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