EFCoreObjectSpaceProvider<TDbContext>.PreFetchReferenceProperties Property
Specifies whether to automatically load reference property data for persistent objects when these objects are fetched from a database.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the Eager Loading of Reference Properties article for more information on how to use the PreFetchReferenceProperties
setting.
See Also