ConventionSet.NavigationRemovedConventions Property

Definition

Conventions to run when a navigation property is removed.

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)

Property Value

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

Applies to