TransactionRow 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

表示一个事务。

继承层次结构

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

命名空间:  System.Data.Entity.Infrastructure
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Class TransactionRow
用法
Dim instance As TransactionRow
public class TransactionRow
public ref class TransactionRow
type TransactionRow =  class end
public class TransactionRow

TransactionRow 类型公开以下成员。

构造函数

  名称 描述
公共方法 TransactionRow 初始化 TransactionRow 类的新实例。

顶部

属性

  名称 描述
公共属性 CreationTime 获取或设置事务开始的当地时间。
公共属性 Id 获取或设置分配给事务对象的唯一 ID。

顶部

方法

  名称 描述
公共方法 Equals 指示指定对象是否等于当前对象。 (重写 Object.Equals(Object)。)
受保护的方法 Finalize (继承自 Object。)
公共方法 GetHashCode 返回此实例的哈希代码。 (重写 Object.GetHashCode()。)
公共方法 GetType (继承自 Object。)
受保护的方法 MemberwiseClone (继承自 Object。)
公共方法 ToString (继承自 Object。)

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Infrastructure 命名空间