Interface IConnectionScope
Helper class to handle the scope of a connection to the database
Namespace: EPiServer.Data.Providers.Internal
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public interface IConnectionScope : IDisposable
Properties
Context
Declaration
IConnectionContext Context { get; }
Property Value
Type | Description |
---|---|
IConnection |
IsOwner
Declaration
bool IsOwner { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Complete()
Declaration
void Complete()