Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
ABT object classes
The requested page is not available for selected version.
TADBResult
Description
Object that may contain a single string value or a dataset. Typically created by the ExecSqlCommand method.
Methods
int GetType()
Get type of TADBResult. Return TABLE_TYPE(=2) constant if returned is table type; otherwise SINGLE_TYPE(=1) constant.
string GetSingleResult()
Return result as string. If any error happens, return null.
AbtDataset GetDataSetResult()
Return result as TADataset. If any error happens, return null
Notes
- This class and its associated methods are currently supported only by the C# harness.