HistoryContext.History Property

 

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

Namespace:   System.Data.Entity.Migrations.History
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual IDbSet<HistoryRow> History {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}