| PostgresqlDatabaseAbstracter Fields |
The PostgresqlDatabaseAbstracter type exposes the following members.
| Name | Description | |
|---|---|---|
| commandTimeOut |
The default command time out; this is the time .NET will wait for a SQL request to return data
(Inherited from AbstractDatabaseAbstracter.) | |
| connectionString |
The connection string to be used by this abstracter.
(Inherited from AbstractDatabaseAbstracter.) | |
| currentConnection |
If the abstracter is in transaction mode, it executes all its requests on this connection on which the transaction is open
(Inherited from AbstractDatabaseAbstracter.) | |
| currentTransaction |
If the abstracter is in transaction mode, the current transaction
(Inherited from AbstractDatabaseAbstracter.) | |
| inTransaction |
Whether the abstracter is in transaction mode
(Inherited from AbstractDatabaseAbstracter.) |