次の方法で共有


ConventionSet.NavigationRemovedConventions プロパティ

定義

ナビゲーション プロパティが削除されたときに実行する規則。

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

プロパティ値

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.INavigationRemovedConvention>

適用対象