Skip to main content
All docs
V25.1
  • WebApiDataStoreClient.XpoProviderTypeString Field

    Gets the name of the current connection provider. This name is used internally when the WebApiDataStoreClient.GetConnectionString method is used to generate a connection string.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public const string XpoProviderTypeString = "WebApi"

    Field Value

    Type Description
    String

    The name of the current connection provider.

    See Also