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

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public Func<XpoDataStoreResult> CustomDataStoreFactory { get; }

    Property Value

    Type
    Func<XpoDataStoreResult>

    Property Paths

    You can access this nested property as listed below:

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