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

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.v18.2.dll

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 EFObjectSpace (see EFObjectSpace.ObjectContext)

See Also