A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.Internal
Assembly: EPiServer.Data.dll
Version: 11.20.7
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