Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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.1.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