PropertyConventionConfiguration.Where Method (Func<PropertyInfo, Boolean>)

 

Filters the properties that this convention applies to based on a predicate.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public PropertyConventionConfiguration Where(
	Func<PropertyInfo, bool> predicate
)

Parameters

predicate
Type: System.Func<PropertyInfo, Boolean>

A function to test each property for a condition.