Click or drag to resize

TDengineStmtExecute Method

actually execute the INSERT/SELECT sql statement. User application can continue to bind new data after calling to this API.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static int StmtExecute(
	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

[Missing <returns> documentation for "M:TDengineDriver.TDengine.StmtExecute(System.IntPtr)"]

See Also