次の方法で共有


PrimaryKeyNameForeignKeyDiscoveryConvention クラス

定義

名前がプリンシパル型主キー プロパティ名と一致する外部キー プロパティを検出する規約。

public class PrimaryKeyNameForeignKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.ForeignKeyDiscoveryConvention
type PrimaryKeyNameForeignKeyDiscoveryConvention = class
    inherit ForeignKeyDiscoveryConvention
Public Class PrimaryKeyNameForeignKeyDiscoveryConvention
Inherits ForeignKeyDiscoveryConvention
継承
PrimaryKeyNameForeignKeyDiscoveryConvention
継承
PrimaryKeyNameForeignKeyDiscoveryConvention

コンストラクター

PrimaryKeyNameForeignKeyDiscoveryConvention()

名前がプリンシパル型主キー プロパティ名と一致する外部キー プロパティを検出する規約。

プロパティ

SupportsMultipleAssociations

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

(継承元 ForeignKeyDiscoveryConvention)

メソッド

Apply(AssociationType, DbModel)

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

(継承元 ForeignKeyDiscoveryConvention)
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty)

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

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

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

(継承元 ForeignKeyDiscoveryConvention)

適用対象