TransactionHandler.Connection 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 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。
備註
此連接物件只用於判斷在無法使用內容時,是否需要處置特定作業。