Click or drag to resize

TDengineStmtClose Method

close STMT object and free resources.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
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: Int32
0 for success, non-zero for failure.
See Also