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

BaseObjectSpace.Database Property

Gets the name of the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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 EFObjectSpace.Database and XPObjectSpace.Database).

Implements

See Also