BaseObjectSpace.IsConnected Property
Indicates whether the BaseObjectSpace is connected to the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 EFCoreObjectSpace.IsConnected and XPObjectSpace.IsConnected).
Implements
See Also