TransactionContext.Transactions Property

 

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

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

public virtual IDbSet<TransactionRow> Transactions {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Data.Entity.IDbSet<TransactionRow>

A DbSet<TEntity> that can be used to read and write TransactionRow instances.