Skip to main content
A newer version of this page is available. .

DataStoreBase.XpoProviderTypeParameterName Field

Returns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public const string XpoProviderTypeParameterName = "XpoProvider"

Field Value

Type
String
See Also