DbContext.ShouldValidateEntity Method
Entity Framework 5.0
Extension point allowing the user to override the default behavior of validating only added and modified entities.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- entityEntry
- Type: System.Data.Entity.Infrastructure.DbEntityEntry
DbEntityEntry instance that is supposed to be validated.
Show: