共用方式為


DbContext.ShouldValidateEntity(DbEntityEntry) 方法

定義

擴充點可讓使用者覆寫只驗證 added 和 modified 實體的預設行為。

protected virtual bool ShouldValidateEntity (System.Data.Entity.Infrastructure.DbEntityEntry entityEntry);
abstract member ShouldValidateEntity : System.Data.Entity.Infrastructure.DbEntityEntry -> bool
override this.ShouldValidateEntity : System.Data.Entity.Infrastructure.DbEntityEntry -> bool
Protected Overridable Function ShouldValidateEntity (entityEntry As DbEntityEntry) As Boolean

參數

entityEntry
DbEntityEntry

應該驗證的 DbEntityEntry 實例。

傳回

true 表示繼續進行驗證;否則為 false。

適用於