Skip to main content
.NET 6.0+

NonPersistentObjectSpaceProvider.ConnectionString Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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