Back to Devexpress

XpoDefault.ActiveConnectionString Property

xpo-devexpress-dot-xpo-dot-xpodefault-d352e52d.md

latest1.4 KB
Original Source

XpoDefault.ActiveConnectionString Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static string ActiveConnectionString { get; }
vb
Public Shared ReadOnly Property ActiveConnectionString As String

Property Value

TypeDescription
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

ConnectionString

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace