次の方法で共有


KeyDiscoveryConvention クラス

定義

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

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

コンストラクター

KeyDiscoveryConvention()

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

メソッド

Apply(EntityType, DbModel)

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

MatchKeyProperty(EntityType, IEnumerable<EdmProperty>)

overriden は、主キーの一部となるプロパティのサブセットを返します。

適用対象