共用方式為


ObjectContext.TransactionHandler 屬性

定義

取得這個內容所使用的交易處理程式。 如果尚未啟動任何交易,則可能為 null。

public System.Data.Entity.Infrastructure.TransactionHandler TransactionHandler { get; }
member this.TransactionHandler : System.Data.Entity.Infrastructure.TransactionHandler
Public ReadOnly Property TransactionHandler As TransactionHandler

屬性值

交易處理程式。

適用於