AbstractSqlTestStepGetConnectionString Method |
Gets the connection string from the current test step settings
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax protected string GetConnectionString()
Protected Function GetConnectionString As String
protected:
String^ GetConnectionString()
member GetConnectionString : unit -> string
Return Value
Type:
Stringa
String representation of the connection strings.
See Also