Skip to main content
All docs
V25.2
  • 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.2.dll

    Declaration

    public const string XpoProviderTypeString = "WebApi"

    Field Value

    Type Description
    String

    The name of the current connection provider.

    See Also