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.
Assembly: EntityFramework (in EntityFramework.dll)
| Name | Description | |
|---|---|---|
![]() | TransactionRow() | Initializes a new instance of the TransactionRow class. |
| Name | Description | |
|---|---|---|
![]() | CreationTime | Gets or sets the local time when the transaction was started. |
![]() | Id | Gets or sets a unique ID assigned to a transaction object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates a value whether the specified object is equal to the current object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


