ForeignKeyDiscoveryConvention クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
外部キー プロパティを検出する規則の基底クラス。
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 |
規則で、複数の |
メソッド
| Apply(AssociationType, DbModel) |
モデル内の項目にこの規則を適用します。 |
| MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
をオーバーライドすると、 |