Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpaceProvider.ConnectionString Property

Specifies the connection string used by the Object Space Provider’s data layer.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v21.1.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public string ConnectionString { get; set; }

Property Value

Type Description
String

A connection string used by the Object Space Provider’s data layer.

See Also