The requested page is not available for selected version.
GetData
Syntax
List <AbtDataRow> GetData(string filterCriteria)
Description
Retrieve from the data set object the list of data rows that satisfy the specified filter criteria.
Parameters
filterCriteria
String value specifying the filter criteria. (For format, see the criterion argument of filter built-in action).
Return Value
Array of AbtDataRow objects. If the call is unsuccessful, return null.
Notes
- This method is currently supported only by the C# harness.