ConventionSet.SkipNavigationAddedConventions 属性

定义

添加 skip 导航属性时要运行的约定。

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)

属性值

适用于