Skip to main content
All docs
V24.2

WebApiDataStoreClient.XpoProviderTypeString Field

In This Article

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.v24.2.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