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 | Overridden. Returns database name |
![]() | DirtyReadClause | Overridden. MS Access 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 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) |
![]() | ParameterPrefix | Overridden. A string to prefix parameters for Access @ |
![]() | SupportComments | Overridden. Returns true if the provider supports comments |
![]() | 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) |