ConventionSet.SkipNavigationRemovedConventions Property

Definition

Conventions to run when a skip navigation property is removed.

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

Property Value

Applies to