Skip to main content
All docs
V26.1
  • DatabaseOptions.DBSourceLocation Property

    Returns the fully qualified database file name.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    Declaration

    public string DBSourceLocation { get; }

    Property Value

    Type Description
    String

    A database file name.

    Remarks

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

    Implements

    See Also