The MySqlDataProvider type exposes the following members.

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.)

See Also