TypeConventionConfiguration.Configure Method (Action<ConventionTypeConfiguration>)

 

Allows configuration of the entity types that this convention applies to.

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

public void Configure(
	Action<ConventionTypeConfiguration> entityConfigurationAction
)

Parameters

entityConfigurationAction
Type: System.Action<ConventionTypeConfiguration>

An action that performs configuration against a ConventionTypeConfiguration.