ConventionSet.SkipNavigationRemovedConventions 属性

定义

删除 skip 导航属性时要运行的约定。

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)

属性值

适用于