Class SoDatabaseContext.DatabaseContext
Class keeping track of entered and left database context. Use EnterDatabaseContext(string) to enter a database context.
Implements
Namespace: SuperOffice
Assembly: SoCore.dll
Syntax
public class DatabaseContext : Object, IDisposable
Properties
Context
Class keeping track of entered and left database context. Use EnterDatabaseContext(string) to enter a database context.
Declaration
public SoDatabaseContext Context { get; }
Property Value
Type | Description |
---|---|
SoDatabaseContext |
Methods
Dispose()
Dispose the database context to leave the current database context.
Declaration
public void Dispose()