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

BaseObjectSpace.IsConnected Property

Indicates whether the BaseObjectSpace is connected to the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual bool IsConnected { get; }

Property Value

Type Description
Boolean

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

Remarks

In BaseObjectSpace, this method always returns true, but this behavior is overridden in descendants (see EFObjectSpace.IsConnected and XPObjectSpace.IsConnected).

Implements

See Also