Skip to main content
.NET 6.0+

XpoDefault.ActiveConnectionString Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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 Connect to a Data Store.

See Also