| TDengineStmtClose Method |
close STMT object and free resources.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public static int StmtClose(
IntPtr stmt
)
Parameters
- stmt
- Type: SystemIntPtr
could be the value returned by 'StmtInit', that may be a valid object or NULL.
Return Value
Type:
Int320 for success, non-zero for failure.
See Also