DbContextConfiguration.AutoDetectChangesEnabled プロパティ

定義

メソッドが および 関連クラスの DetectChanges() メソッドによって自動的に呼び出されるかどうかを示す値を DbContext 取得または設定します。 既定値は、true です。

public bool AutoDetectChangesEnabled { get; set; }
member this.AutoDetectChangesEnabled : bool with get, set
Public Property AutoDetectChangesEnabled As Boolean

プロパティ値

true を自動的に呼び出す必要がある場合は 。それ以外の場合は false

適用対象