| TDengineStmtUseResult Method |
For SELECT only,getting the query result. User application should free it with API 'FreeResult' at the end.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public static IntPtr StmtUseResult(
IntPtr stmt
)
Parameters
- stmt
- Type: SystemIntPtr
could be the value returned by 'StmtInit', that may be a valid object or NULL.
Return Value
Type:
IntPtrNot NULL for success, NULL for failure.
See Also