IConceptualModelConvention<T> Interface

Definition

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

public interface IConceptualModelConvention<T> : System.Data.Entity.ModelConfiguration.Conventions.IConvention where T : MetadataItem
type IConceptualModelConvention<'T (requires 'T :> MetadataItem)> = interface
    interface IConvention
Public Interface IConceptualModelConvention(Of T)
Implements IConvention

Type Parameters

T

The type of metadata item that this convention operates on.

Derived
Implements

Methods

Apply(T, DbModel)

Applies this convention to an item in the model.

Applies to