次の方法で共有


ForeignKeyDiscoveryConvention クラス

定義

外部キー プロパティを検出する規則の基底クラス。

public abstract class ForeignKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>
type ForeignKeyDiscoveryConvention = class
    interface IConceptualModelConvention<AssociationType>
    interface IConvention
Public MustInherit Class ForeignKeyDiscoveryConvention
Implements IConceptualModelConvention(Of AssociationType)
継承
ForeignKeyDiscoveryConvention
派生
実装

コンストラクター

ForeignKeyDiscoveryConvention()

外部キー プロパティを検出する規則の基底クラス。

プロパティ

SupportsMultipleAssociations

規則で、複数の true 関連付けが定義されているエンティティ型のペアがサポートされている場合は を返します。

メソッド

Apply(AssociationType, DbModel)

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

MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty)

をオーバーライドすると、 true が外部キーの一部である必要がある場合 dependentProperty に が返されます。

適用対象