EFCoreObjectSpaceProviderOptionsBuilder.PreFetchReferenceProperties(Boolean) Method
In This Article
Specifies whether to automatically load reference property data for persistent objects when these objects are fetched from a database.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.EFCore.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EFCore
#Declaration
public EFCoreObjectSpaceProviderOptionsBuilder PreFetchReferenceProperties(
bool enabled = true
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
enabled | Boolean | True |
|
#Returns
Type | Description |
---|---|
EFCore |
The EFCore |
#Remarks
For more information, see the following property description: PreFetchReferenceProperties.
See Also