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.

TransactionContext::Transactions Property

Entity Framework 6.0
 

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

Property Value

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

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

Return to top
Show: