TransactionRow.Id Property

 

Gets or sets a unique ID assigned to a transaction object.

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

public Guid Id {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Guid

A unique ID assigned to a transaction object.