TypeConventionConfiguration<T>.Where Method (Func<Type, Boolean>)

 

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

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

public TypeConventionConfiguration<T> Where(
	Func<Type, bool> predicate
)

Parameters

predicate
Type: System.Func<Type, Boolean>

A function to test each entity type for a condition.