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

XpoDefault.ActiveConnectionString Property

Gets the connection string which is used by newly created connection providers.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public static string ActiveConnectionString { get; }

Property Value

Type Description
String

A String value that specifies the connection string.

Remarks

Use the XpoDefault.ConnectionString property to specify the default connection string.

For more information, see Data Access Layer and How to: Connect to a Data Store.

See Also