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; }
Public Property ResultTable As DataTable
Get
Protected Set
public:
property DataTable^ ResultTable {
DataTable^ get ();
protected: void set (DataTable^ value);
}
member ResultTable : DataTable with get, set
Property Value
Type:
DataTable
The result table.
See Also