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.

TransactionRow Class

Entity Framework 6.0
 

Represents a transaction.

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

System::Object
  System.Data.Entity.Infrastructure::TransactionRow

public ref class TransactionRow 

NameDescription
System_CAPS_pubmethodTransactionRow()

Initializes a new instance of the TransactionRow class.

NameDescription
System_CAPS_pubpropertyCreationTime

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

System_CAPS_pubpropertyId

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Indicates a value whether the specified object is equal to the current object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: