Click or drag to resize

DataSourceDataTable Property

Gets a DataTable object which represents the current imported data

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

Property Value

Type: DataTable
a DataTable object. When the data table is not used
See Also