ConventionSet.SkipNavigationAddedConventions Property

Definition

Conventions to run when a skip navigation property is added.

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

Property Value

Applies to