Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.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