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

    Returns a connection string.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    Declaration

    public string ConnectionString { get; }

    Property Value

    Type Description
    String

    A connection string.

    Remarks

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

    Implements

    See Also