Skip to main content
All docs
V23.2
.NET 6.0+

DatabaseOptions.BackupFileName Property

Returns the fully qualified name of the database backup file.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public string BackupFileName { get; }

Property Value

Type Description
String

The database backup file name.

Remarks

Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the BackupFileName option.

Use the returned value in the RestoreDB(String) method.

Implements

See Also