EntityConnection.CurrentTransaction Property

Definition

Gets the current transaction that this connection is enlisted in. May be null.

public virtual System.Data.Entity.Core.EntityClient.EntityTransaction CurrentTransaction { get; }
member this.CurrentTransaction : System.Data.Entity.Core.EntityClient.EntityTransaction
Public Overridable ReadOnly Property CurrentTransaction As EntityTransaction

Property Value

Applies to