IConceptualModelConvention<T> Interface

 

A convention that operates on the conceptual section of the model after the model is created.

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

public interface IConceptualModelConvention<T> : IConvention
where T : MetadataItem

Type Parameters

T

The type of metadata item that this convention operates on.

NameDescription
System_CAPS_pubmethodApply(T, DbModel)

Applies this convention to an item in the model.