Click or drag to resize
MySqlDatabaseAbstracter Fields

The MySqlDatabaseAbstracter type exposes the following members.

Fields
  NameDescription
Protected fieldcommandTimeOut
The default command time out; this is the time .NET will wait for a SQL request to return data
(Inherited from AbstractDatabaseAbstracter.)
Protected fieldconnectionString
The connection string to be used by this abstracter.
(Inherited from AbstractDatabaseAbstracter.)
Protected fieldcurrentConnection
If the abstracter is in transaction mode, it executes all its requests on this connection on which the transaction is open
(Inherited from AbstractDatabaseAbstracter.)
Protected fieldcurrentTransaction
If the abstracter is in transaction mode, the current transaction
(Inherited from AbstractDatabaseAbstracter.)
Protected fieldinTransaction
Whether the abstracter is in transaction mode
(Inherited from AbstractDatabaseAbstracter.)
Top
See Also