DataSourceReadData Method |
Fetches the next row from the Data. This function can only be called when
Headers and
Data are imported.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool ReadData(
out Variable[] values
)
Public Function ReadData (
<OutAttribute> ByRef values As Variable()
) As Boolean
public:
bool ReadData(
[OutAttribute] array<Variable^>^% values
)
member ReadData :
values : Variable[] byref -> bool
Parameters
- values
- Type: Hummingbird.TestFrameworkVariable
The Variable values contains the Name and the Value of the data.
Return Value
Type:
Boolean
True if the Data is successfully read, False if there are no more data.
See Also