次の方法で共有


ConventionSet.SkipNavigationInverseChangedConventions プロパティ

定義

スキップ ナビゲーションの逆が変更されたときに実行する規則。

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

プロパティ値

適用対象