Skip to main content
.NET 6.0+

IObjectSpace.Database Property

Gets the name of the database used when a connection associated with the current Object Space’s container for in-memory objects is opened.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Database { get; }

Property Value

Type Description
String

A string that is the name of the database used when a connection is opened.

Remarks

By the container for in-memory objects, we mean a Session in the case of an XPObjectSpace (see XPObjectSpace.Session) or an Object Context in the case of an EFCoreObjectSpace (see EFCoreObjectSpace.DbContext)

See Also