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; }
Public ReadOnly Property DataTable As DataTable
Get
public:
property DataTable^ DataTable {
DataTable^ get ();
}
member DataTable : DataTable with get
Property Value
Type:
DataTable
a
DataTable object. When the data table is not used
See Also