Click or drag to resize

AbstractSqlTestStepResultTable Property

Gets the SQL Query result in DataTable representation.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public DataTable ResultTable { get; protected set; }

Property Value

Type: DataTable
The result table.
See Also