共用方式為


RuntimeEntityType.IEntityType.GetDerivedSkipNavigations 方法

定義

取得從這個實體類型衍生之型別上宣告的所有略過流覽屬性。

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation> IEntityType.GetDerivedSkipNavigations ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
Function GetDerivedSkipNavigations () As IEnumerable(Of ISkipNavigation) Implements IEntityType.GetDerivedSkipNavigations

傳回

衍生的略過流覽屬性。

實作

屬性

適用於