次の方法で共有


ConventionSet.SkipNavigationAddedConventions プロパティ

定義

スキップ ナビゲーション プロパティが追加されたときに実行する規則。

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.ISkipNavigationAddedConvention> SkipNavigationAddedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.ISkipNavigationAddedConvention> SkipNavigationAddedConventions { get; }
member this.SkipNavigationAddedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.ISkipNavigationAddedConvention>
member this.SkipNavigationAddedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.ISkipNavigationAddedConvention>
Public Overridable ReadOnly Property SkipNavigationAddedConventions As IList(Of ISkipNavigationAddedConvention)
Public Overridable ReadOnly Property SkipNavigationAddedConventions As List(Of ISkipNavigationAddedConvention)

プロパティ値

適用対象