DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.ISystemContext Interface Reference

The execution context of a database system, that is defining the configurations and the components used to manage databases. More...

Inheritance diagram for Deveel.Data.ISystemContext:
Deveel.Data.Configuration.IConfigurationProvider Deveel.Data.Diagnostics.IEventScope Deveel.Data.IContext Deveel.Data.SystemContext

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]
 

Detailed Description

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.

Member Function Documentation

IDatabaseContext Deveel.Data.ISystemContext.CreateDatabaseContext ( IConfiguration  configuration)

The documentation for this interface was generated from the following file: