C# Class Deveel.Data.SystemContext

This is the context of a database system, that handles the configurations and services used by all the databases managed within this scope.
Inheritance: Context, ISystemContext
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
ISystemContext IDatabaseContext
SystemContext System

Public Methods

Method Description
CreateDatabaseContext ( IConfiguration configuration ) : DatabaseContext

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ISystemContext ( IConfiguration configuration ) : IDatabaseContext
SystemContext ( ServiceContainer container ) : System

Method Details

CreateDatabaseContext() public method

public CreateDatabaseContext ( IConfiguration configuration ) : DatabaseContext
configuration IConfiguration
return DatabaseContext

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void