Compartir a través de


DbContext.ShouldValidateEntity(DbEntityEntry) Método

Definición

Punto de extensión que permite al usuario reemplazar el comportamiento predeterminado de validar solo entidades de tipo Added o 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

Parámetros

entityEntry
DbEntityEntry

Instancia de DbEntityEntry que se supone que se va a validar.

Devoluciones

true para continuar con la validación; False en caso contrario.

Se aplica a