IConventionRelationshipBuilder.IsEagerLoaded 方法

定义

配置默认情况下是否应预先加载此导航。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder IsEagerLoaded (bool? eagerLoaded, bool pointsToPrincipal, bool fromDataAnnotation = false);
abstract member IsEagerLoaded : Nullable<bool> * bool * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder
Public Function IsEagerLoaded (eagerLoaded As Nullable(Of Boolean), pointsToPrincipal As Boolean, Optional fromDataAnnotation As Boolean = false) As IConventionRelationshipBuilder

参数

eagerLoaded
Nullable<Boolean>

一个 值,该值指示默认情况下是否应预先加载此导航。

pointsToPrincipal
Boolean

一个 值,该值指示导航是否位于指向主体类型的依赖类型上。

fromDataAnnotation
Boolean

指示配置是否是使用数据注释指定的。

返回

如果应用了配置,则为同一生成器实例, null 否则为 。

适用于