次の方法で共有


ForeignKeyIndexConvention クラス

定義

外部キーのインデックスを導入する規則。

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)
継承
ForeignKeyIndexConvention
実装

コンストラクター

ForeignKeyIndexConvention()

外部キーのインデックスを導入する規則。

メソッド

Apply(AssociationType, DbModel)

モデル内の項目にこの規則を適用します。

適用対象