C# Class Deveel.Data.SessionContext

A IContext that handle the context of a containing ISession instance.
Inheritance: Context, ISessionContext, ITriggerScope
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description
SessionContext System

Méthodes publiques

Méthode Description
CreateQueryContext ( ) : IQueryContext

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SessionContext ( ITransactionContext transactionContext ) : System

Method Details

CreateQueryContext() public méthode

public CreateQueryContext ( ) : IQueryContext
Résultat IQueryContext

Dispose() protected méthode

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