TransactionHandler.Connection 属性

定义

获取连接。

public System.Data.Common.DbConnection Connection { get; }
member this.Connection : System.Data.Common.DbConnection
Public ReadOnly Property Connection As DbConnection

属性值

DbConnection将为其处理事务操作的 。

注解

此连接对象仅用于确定是否需要在上下文不可用的情况下处理特定操作。

适用于