BaseObjectSpace.Database Property
Gets the name of the database.
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
In BaseObjectSpace, this method always returns empty string, but this behavior is overridden in descendants (see EFCoreObjectSpace.Database and XPObjectSpace.Database).
Implements
See Also