PrimaryKeyNameForeignKeyDiscoveryConvention クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前がプリンシパル型主キー プロパティ名と一致する外部キー プロパティを検出する規約。
public class PrimaryKeyNameForeignKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.ForeignKeyDiscoveryConvention
type PrimaryKeyNameForeignKeyDiscoveryConvention = class
inherit ForeignKeyDiscoveryConvention
Public Class PrimaryKeyNameForeignKeyDiscoveryConvention
Inherits ForeignKeyDiscoveryConvention
- 継承
- 継承
-
PrimaryKeyNameForeignKeyDiscoveryConvention
コンストラクター
PrimaryKeyNameForeignKeyDiscoveryConvention() |
名前がプリンシパル型主キー プロパティ名と一致する外部キー プロパティを検出する規約。 |
プロパティ
SupportsMultipleAssociations |
規則で、複数の |
メソッド
Apply(AssociationType, DbModel) |
モデル内の項目にこの規則を適用します。 (継承元 ForeignKeyDiscoveryConvention) |
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
をオーバーライドすると、 |
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
をオーバーライドすると、 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework