Skip to main content

DataLayerOptions.UseInMemoryDataStore Property

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public bool UseInMemoryDataStore { get; }

#Property Value

Type
Boolean

#Property Paths

You can access this nested property as listed below:

Object Type Path to UseInMemoryDataStore
DataLayerOptionsBuilder
.DataLayerOptions .UseInMemoryDataStore
See Also