DatabaseOptions.UserID Property
Returns the login that must be used when accessing the database.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
Declaration
Property Value
Type | Description |
---|---|
String | A user ID. |
Remarks
Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the UserID option.
Implements
See Also