Interface IConnectionContext

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

Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 9.12.2
Syntax
public interface IConnectionContext

Properties

Connection

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

Declaration
DbConnection Connection { get; set; }
Property Value
Type Description
System.Data.Common.DbConnection

IsActive

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

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

IsInTransaction

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

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

Transaction

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

Declaration
DbTransaction Transaction { get; set; }
Property Value
Type Description
System.Data.Common.DbTransaction

Methods

BeginTransaction()

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

Declaration
void BeginTransaction()

CloseConnection()

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

Declaration
void CloseConnection()

CommitTransaction()

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

Declaration
void CommitTransaction()

OpenConnection()

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

Declaration
void OpenConnection()

RollbackTransaction()

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

Declaration
void RollbackTransaction()

Extension Methods