AbstractSqlTestStepResult Property |
Gets or SQL execution result, according to the resultType.
If ResultType is set to Nothing, the property will contains the number of rows affected.
If ResultType is set to ScalarValue, the property will contains the returned value.
If ResultType is set to Query, the property will contains the returned data in an Array
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax public string Result { get; protected set; }
Public Property Result As String
Get
Protected Set
public:
property String^ Result {
String^ get ();
protected: void set (String^ value);
}
member Result : string with get, set
Property Value
Type:
StringSee Also