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

IObjectSpace.IsConnected Property

Indicates whether the Object Space’s container for in-memory objects is connected to the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool IsConnected { get; }

Property Value

Type Description
Boolean

true, if connected to the database; otherwise, false.

See Also