HistoryContext.History Property
Gets or sets a DbSet<TEntity> that can be used to read and write HistoryRow instances.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual IDbSet<HistoryRow> History { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }