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
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description
ISystemContext IDatabaseContext
SystemContext System

Méthodes publiques

Méthode Description
CreateDatabaseContext ( IConfiguration configuration ) : DatabaseContext

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ISystemContext ( IConfiguration configuration ) : IDatabaseContext
SystemContext ( ServiceContainer container ) : System

Method Details

CreateDatabaseContext() public méthode

public CreateDatabaseContext ( IConfiguration configuration ) : DatabaseContext
configuration IConfiguration
Résultat DatabaseContext

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void