Skip to main content
All docs
V26.1
  • DataLayerOptionsBuilder.UseInMemoryDataStore(Boolean) Method

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public DataLayerOptionsBuilder UseInMemoryDataStore(
        bool useInMemoryDataStore
    )

    Parameters

    Name Type
    useInMemoryDataStore Boolean

    Returns

    Type
    DataLayerOptionsBuilder
    See Also