Share via


ConventionSet.SkipNavigationInverseChangedConventions Property

Definition

Conventions to run when a skip navigation inverse is changed.

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)

Property Value

Applies to