Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
public interface IConnectionScope : IDisposable

Properties

Context

Declaration
IConnectionContext Context { get; }
Property Value
Type Description
IConnectionContext

IsOwner

Declaration
bool IsOwner { get; }
Property Value
Type Description
System.Boolean

Methods

Complete()

Declaration
void Complete()

Extension Methods