![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The execution context of a database system, that is defining the configurations and the components used to manage databases. More...
Public Member Functions | |
| IDatabaseContext | CreateDatabaseContext (IConfiguration configuration) |
Additional Inherited Members | |
Properties inherited from Deveel.Data.Configuration.IConfigurationProvider | |
| IConfiguration | Configuration [get] |
Properties inherited from Deveel.Data.Diagnostics.IEventScope | |
| IEventRegistry | EventRegistry [get] |
Properties inherited from Deveel.Data.IContext | |
| IContext | Parent [get] |
| string | Name [get] |
| IScope | Scope [get] |
The execution context of a database system, that is defining the configurations and the components used to manage databases.
Definition at line 28 of file ISystemContext.cs.
| IDatabaseContext Deveel.Data.ISystemContext.CreateDatabaseContext | ( | IConfiguration | configuration | ) |
Implemented in Deveel.Data.SystemContext, and Deveel.Data.SystemContext.
1.8.10