Interface IConnectionScope

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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: 9.12.2
Syntax
public interface IConnectionScope : IDisposable

Properties

Context

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

IsOwner

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Methods

Complete()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Declaration
void Complete()

Extension Methods