TransactionContext.Transactions Property

Definition

Gets or sets a DbSet<TEntity> that can be used to read and write TransactionRow instances.

public virtual System.Data.Entity.IDbSet<System.Data.Entity.Infrastructure.TransactionRow> Transactions { get; set; }
member this.Transactions : System.Data.Entity.IDbSet<System.Data.Entity.Infrastructure.TransactionRow> with get, set
Public Overridable Property Transactions As IDbSet(Of TransactionRow)

Property Value

Applies to