Share via


ForeignKeyIndexConvention Class

Definition

Convention to introduce indexes for foreign keys.

public class ForeignKeyIndexConvention : System.Data.Entity.ModelConfiguration.Conventions.IStoreModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>
type ForeignKeyIndexConvention = class
    interface IStoreModelConvention<AssociationType>
    interface IConvention
Public Class ForeignKeyIndexConvention
Implements IStoreModelConvention(Of AssociationType)
Inheritance
ForeignKeyIndexConvention
Implements

Constructors

Name Description
ForeignKeyIndexConvention()

Methods

Name Description
Apply(AssociationType, DbModel)

Applies this convention to an item in the model.

Applies to