共用方式為


DbContextConfiguration.ValidateOnSaveEnabled 屬性

定義

取得或設定值,指出叫用時 SaveChanges() 是否應該自動驗證追蹤的實體。 預設值為 true。

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

屬性值

適用於