DatabaseOptions(String, String, String, String, String, String, String, String) Constructor
In This Article
Initializes a new instance of the DatabaseOptions class with specified settings.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | Specifies the configuration unique name. |
db |
String | Specifies the database name. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
backup |
String | null | Specifies the fully qualified name of the database backup file. |
db |
String | null | Specifies the fully qualified database file name. |
server | String | null | Specifies the SQL server instance name. |
connection |
String | null | Specifies a connection string. |
user |
String | null | Specifies the login that must be used when accessing the database. |
password | String | null | Specifies the password that must be used when accessing the database. |
See Also