Click or drag to resize

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
C#
public static int AffectRows(
	IntPtr res
)

Parameters

res
Type: SystemIntPtr
Result return by APIs like Query(IntPtr, IntPtr).

Return Value

Type: Int32
Number of row have been affected.
See Also