TransactionHandler.IsDisposed Property

 

Gets or sets a value indicating whether this transaction handler is disposed.

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

protected bool IsDisposed {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean

true if this transaction handler is disposed; otherwise, false.