TransactionRow.CreationTime Property

 

Gets or sets the local time when the transaction was started.

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

public DateTime CreationTime {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.DateTime

The local time when the transaction was started.