Share via


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>

適用於