Click or drag to resize

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; }

Property Value

Type: String
See Also