Skip to main content
All docs
V25.2
  • EFCoreObjectSpace.Database Property

    Returns the name of a database that specified in the Object Space’s EFCoreObjectSpace.DbContext if connection to this database is established.

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public override string Database { get; }

    Property Value

    Type Description
    String

    A name of a database that specified in the Object Space’s EFCoreObjectSpace.DbContext.

    Remarks

    If the an SQLConnection is associated with the Object Space’s EFCoreObjectSpace.DbContext, the Database property returns the database name in the following format: <The name of an SQL Server instance>.<The database name>. Otherwise, this property returns only the database name.

    See Also