DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.ISessionContext Interface Reference
Inheritance diagram for Deveel.Data.ISessionContext:
Deveel.Data.Diagnostics.IEventScope Deveel.Data.IContext Deveel.Data.IContext Deveel.Data.SessionContext

Public Member Functions

IQueryContext CreateQueryContext ()
 

Properties

ITransactionContext TransactionContext [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

Definition at line 23 of file ISessionContext.cs.

Member Function Documentation

IQueryContext Deveel.Data.ISessionContext.CreateQueryContext ( )

Implemented in Deveel.Data.SessionContext.

Property Documentation

ITransactionContext Deveel.Data.ISessionContext.TransactionContext
get

Definition at line 24 of file ISessionContext.cs.


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