次の方法で共有


NavigationEagerLoadingConvention クラス

定義

所有エンティティ型へのナビゲーションを一括読み込みとして構成する規則。

public class NavigationEagerLoadingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IForeignKeyOwnershipChangedConvention
type NavigationEagerLoadingConvention = class
    interface IForeignKeyOwnershipChangedConvention
    interface IConvention
Public Class NavigationEagerLoadingConvention
Implements IForeignKeyOwnershipChangedConvention
継承
NavigationEagerLoadingConvention
実装

注釈

詳細と例については、「 モデルの構築規則 」を参照してください。

コンストラクター

NavigationEagerLoadingConvention(ProviderConventionSetBuilderDependencies)

NavigationEagerLoadingConvention の新しいインスタンスを作成します。

プロパティ

Dependencies

このサービスの依存関係。

メソッド

ProcessForeignKeyOwnershipChanged(IConventionForeignKeyBuilder, IConventionContext<Nullable<Boolean>>)

外部キーの所有権値が変更された後に呼び出されます。

ProcessForeignKeyOwnershipChanged(IConventionRelationshipBuilder, IConventionContext<IConventionRelationshipBuilder>)

外部キーの所有権値が変更された後に呼び出されます。

適用対象