C# Class Deveel.Data.SessionContext

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

Private Properties

Property Type Description
SessionContext System

Public Methods

Method Description
CreateQueryContext ( ) : IQueryContext

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SessionContext ( ITransactionContext transactionContext ) : System

Method Details

CreateQueryContext() public method

public CreateQueryContext ( ) : IQueryContext
return IQueryContext

Dispose() protected method

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