Interface IConnectionScope
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Helper class to handle the scope of a connection to the database
Inherited Members
System.IDisposable.Dispose()
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 8.11.0Syntax
public interface IConnectionScope : IDisposable
Properties
Context
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. The current context on which this scope is running upon
Declaration
IConnectionContext Context { get; }
Property Value
Type | Description |
---|---|
IConnectionContext |
IsOwner
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Determines if this scope owns the connection and should close it
Declaration
bool IsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Complete()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Commits and closes the connection
Declaration
void Complete()