Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

IEasyTestDatabaseOptions.DBName Property

Specifies the database name.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.1.dll

NuGet Package: DevExpress.EasyTest

Declaration

string DBName { get; }

Property Value

Type Description
String

A database name.

Remarks

The DropDB(String) and RestoreDB(String) commands take this name as the parameter.

See Also