Skip to main content
All docs
V26.1
  • IEasyTestDatabaseOptions.BackupFileName Property

    Specifies the fully qualified name of the database backup file.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    Declaration

    string BackupFileName { get; }

    Property Value

    Type Description
    String

    The database backup file name.

    Remarks

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

    See Also