Name | Description | |
---|---|---|
Connection | Get a reference to the database connection | |
ConnectionString | The connection string | |
DatabaseName | Returns database name | |
DirtyReadClause | Get the clause to perform a dirty read after the table name. Typically (nolock) | |
FriendlyProviderName | Get a friendly name for the provider | |
IsConnectionOpen | True if the connection is open | |
IsFileBasedDatabase | If true, the database is a single file based database such as MS Access, SQLite, VistaDB | |
IsInTransaction | True if we are inside a transaction | |
LicenseKey | The license key for the license | |
ParameterPrefix | A character prefix for parameters such as @ for SQL Server | |
SupportComments | Returns true if the provider supports comments | |
Transaction | Get a reference to the current transaction | |
UserName | The user name for the license |