Name | Description | |
---|---|---|
![]() | Connection | Get a reference to the database connection (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | ConnectionString | The connection string (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | DatabaseName | Returns database name (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | DirtyReadClause | Overridden. PostgreSql does not support dirty reads |
![]() | FriendlyProviderName | Overridden. Get a friendly name for the provider |
![]() | IsConnectionOpen | True if the connection is open (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | IsFileBasedDatabase | Overridden. The database is not a single file |
![]() | IsInTransaction | True if we are inside a transaction (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | LicenseKey | The license key for the license (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | MixedCase | Gets or sets a value indicating whether /[mixed case]. The default for PostgreSQL is false |
![]() | ParameterPrefix | Overridden. The parameter prefix for PostgreSQL is _ |
![]() | SupportComments | Returns true if the provider supports comments (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | Transaction | Get a reference to the current transaction (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |
![]() | UserName | The user name for the license (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |