Click or drag to resize
AbstractDatabaseAbstracter Fields

The AbstractDatabaseAbstracter 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
Protected fieldconnectionString
The connection string to be used by this abstracter.
Protected fieldcurrentConnection
If the abstracter is in transaction mode, it executes all its requests on this connection on which the transaction is open
Protected fieldcurrentTransaction
If the abstracter is in transaction mode, the current transaction
Protected fieldinTransaction
Whether the abstracter is in transaction mode
Top
See Also