| TDengineAffectRows Method |
Get the number of rows affected by the executed SQL statement.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public static int AffectRows(
IntPtr res
)
Parameters
- res
- Type: SystemIntPtr
Result return by APIs like Query(IntPtr, IntPtr).
Return Value
Type:
Int32Number of row have been affected.
See Also