Recordset
- Last UpdatedNov 17, 2021
- 1 minute read
The Recordset property is a read-only property that gets the data set for the query.
Syntax
DataSet = aaHistClientQuery.Recordset;
Return Value
Returns a DataSet object. For more information on data sets, see DataSet.
Remarks
This property is not accessible in the InTouch HMI software.
This property has no default.