| FetchRowAsyncCallback Delegate |
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public delegate void FetchRowAsyncCallback(
IntPtr param,
IntPtr taoRes,
int numOfRows
)
Parameters
- param
- Type: SystemIntPtr
The parameter passed by FetchRowAsync(IntPtr, FetchRowAsyncCallback, IntPtr) - taoRes
- Type: SystemIntPtr
Query Result. - numOfRows
- Type: SystemInt32
The number of rows of data obtained (not a function of
the entire query result set). When the number is zero (the result is returned)
or the number of records is negative (the query fails).
See Also