Skip to main content
.NET 6.0+

BaseObjectSpace.Database Property

Gets the name of the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual string Database { get; }

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