Skip to main content
All docs
V26.1
  • DataLayerOptions.UseThreadSafeDataLayerSchemaInitialization Property

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public bool UseThreadSafeDataLayerSchemaInitialization { get; }

    Property Value

    Type
    Boolean

    Property Paths

    You can access this nested property as listed below:

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