Interface IConnectionContext
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 8.11.0Syntax
public interface IConnectionContext
Properties
Connection
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
DbConnection Connection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Data.Common.DbConnection |
IsActive
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsInTransaction
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
bool IsInTransaction { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Transaction
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
DbTransaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Data.Common.DbTransaction |
Methods
BeginTransaction()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
void BeginTransaction()
CloseConnection()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
void CloseConnection()
CommitTransaction()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
void CommitTransaction()
OpenConnection()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
void OpenConnection()
RollbackTransaction()
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
void RollbackTransaction()