NavigationExtensions.IsEagerLoaded(INavigation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use INavigation.IsEagerLoaded
警告
Use IReadOnlyNavigation.IsEagerLoaded
取得值,指出此導覽預設是否應積極式載入。
public static bool IsEagerLoaded (this Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
[System.Obsolete("Use INavigation.IsEagerLoaded")]
public static bool IsEagerLoaded (this Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
[System.Obsolete("Use IReadOnlyNavigation.IsEagerLoaded")]
public static bool IsEagerLoaded (this Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
static member IsEagerLoaded : Microsoft.EntityFrameworkCore.Metadata.INavigation -> bool
[<System.Obsolete("Use INavigation.IsEagerLoaded")>]
static member IsEagerLoaded : Microsoft.EntityFrameworkCore.Metadata.INavigation -> bool
[<System.Obsolete("Use IReadOnlyNavigation.IsEagerLoaded")>]
static member IsEagerLoaded : Microsoft.EntityFrameworkCore.Metadata.INavigation -> bool
<Extension()>
Public Function IsEagerLoaded (navigation As INavigation) As Boolean
參數
- navigation
- INavigation
要尋找是否應積極載入的導覽屬性。
傳回
值,指出此流覽是否應該預設為積極式載入。
- 屬性