Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HistoryContext::History Property

Entity Framework 6.0
 

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:
property IDbSet<HistoryRow^>^ History {
	[CompilerGeneratedAttribute]
	virtual IDbSet<HistoryRow^>^ get();
	[CompilerGeneratedAttribute]
	virtual void set(IDbSet<HistoryRow^>^ value);
}

Property Value

Type: System.Data.Entity::IDbSet<HistoryRow^>^
Return to top
Show: