ObjectContextOptions.EnsureTransactionsForFunctionsAndCommands 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會判斷 SQL 函式和命令是否應該一律在交易中執行。
public bool EnsureTransactionsForFunctionsAndCommands { get; set; }
member this.EnsureTransactionsForFunctionsAndCommands : bool with get, set
Public Property EnsureTransactionsForFunctionsAndCommands As Boolean
屬性值
預設交易行為。
備註
此旗標會決定當 和 之類的 ExecuteFunction(String, ObjectParameter[])ExecuteStoreCommand(String, Object[]) 方法在異動外部執行時,是否要啟動新的交易。 請注意,這不會變更 的行為 SaveChanges() 。