Skip to main content
All docs
V25.2
  • XPObjectSpaceProviderOptions.UseSeparateDataLayers Property

    Specifies whether to use a separate SimpleDataLayer Data Access Layer for each Object Space.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Xpo.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Xpo

    Declaration

    public bool UseSeparateDataLayers { get; set; }

    Property Value

    Type Description
    Boolean

    true to create a separate SimpleDataLayer Data Access Layer for each Object Space if the threadSafe parameter is set to false; otherwise, false.

    See Also