DatabaseOptions.DBName Property
Returns the database name.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
Declaration
Property Value
Type | Description |
---|---|
String | A database name. |
Remarks
Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the DBName option.
The DropDB(String) and RestoreDB(String) commands take this name as the parameter.
Implements
See Also