The context of a single database within a system.
The execution context of a database system, that is defining the configurations and the components us...
This is the context of a database system, that handles the configurations and services used by all th...
override void Dispose(bool disposing)
ITransactionContext CreateTransactionContext()
Creates a context to handle services and variables in the scope of a transaction. ...
DatabaseContext(ISystemContext systemContext, IConfiguration configuration)
TransactionContext CreateTransactionContext()
Creates a context to handle services and variables in the scope of a transaction. ...
static IConfiguration CreateSimpleConfig(ISystemContext systemContext, string dbName)