PropertyConventionConfiguration.Where Method (Func<PropertyInfo, Boolean>)
Filters the properties that this convention applies to based on a predicate.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- predicate
-
Type:
System.Func<PropertyInfo, Boolean>
A function to test each property for a condition.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfigurationA PropertyConventionConfiguration instance so that multiple calls can be chained.