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

NonPersistentObjectSpaceProvider.ConnectionString Property

This property is added to support the IObjectSpaceProvider interface and returns an empty string.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ConnectionString { get; set; }

Property Value

Type Description
String

A connection string that the current Object Space Provider uses.

Implements

See Also