Skip to main content
All docs
V25.1
  • .NET 8.0+

    WebApiDataStoreClient.CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) Method

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public static IDataStore CreateProviderFromString(
        string connectionString,
        AutoCreateOption autoCreateOption,
        out IDisposable[] objectsToDisposeOnDisconnect
    )

    Parameters

    Name Type
    connectionString String
    autoCreateOption AutoCreateOption
    objectsToDisposeOnDisconnect IDisposable[]

    Returns

    Type
    IDataStore
    See Also