HistoryContext.History Property

Definition

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

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

Property Value

Applies to