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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
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