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

XpoDefault.AppSettingsConnectionStringKey Field

Returns the name of the application configuration file’s key that specifies the default connection string. You can add this key to the application configuration file, and specify a connection string. In case the connection string isn’t defined in the application, the connection string specified by this key will be used instead of the XPO’s default MS Access connection string.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public const string AppSettingsConnectionStringKey = "XpoDefaultConnectionString"

Field Value

Type
String
See Also