MutableNavigationExtensions.SetIsEagerLoaded 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定值,指出此流覽預設是否應積極式載入。
public static void SetIsEagerLoaded (this Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation navigation, bool? eagerLoaded);
static member SetIsEagerLoaded : Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsEagerLoaded (navigation As IMutableNavigation, eagerLoaded As Nullable(Of Boolean))
參數
- navigation
- IMutableNavigation
要設定其是否應積極載入的導覽屬性。