TransactionHandler.Connection 属性
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
获取将对其处理事务操作的连接。
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Property Connection As DbConnection
Get
Private Set
用法
Dim instance As TransactionHandler
Dim value As DbConnection
value = instance.Connection
public DbConnection Connection { get; private set; }
public:
property DbConnection^ Connection {
DbConnection^ get ();
private: void set (DbConnection^ value);
}
member Connection : DbConnection with get, private set
function get Connection () : DbConnection
private function set Connection (value : DbConnection)
属性值
类型:System.Data.Common.DbConnection
将为其处理事务操作的 DbConnection。
备注
此连接对象仅用于确定在上下文不可用时是否需要处理特定操作。