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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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