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

IObjectSpaceProvider.ConnectionString Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

string ConnectionString { get; set; }

Property Value

Type Description
String

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

See Also