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. Returns string.empty for My SQL |
![]() | 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) |
![]() | ParameterPrefix | Overridden. A character prefix for parameters such as @ for SQL Server |
![]() | 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) |