共用方式為


ConventionSet.SkipNavigationRemovedConventions 屬性

定義

移除略過導覽屬性時要執行的慣例。

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)

屬性值

適用於