| TDengineStmtSetTbname Method |
For INSERT only. Used to bind table name as a parmeter for the input stmt object.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public static int StmtSetTbname(
IntPtr stmt,
string name
)
Parameters
- stmt
- Type: SystemIntPtr
could be the value returned by 'StmtInit', that may be a valid object or NULL. - name
- Type: SystemString
table name you want to bind
Return Value
Type:
Int320 for success, non-zero for failure.
See Also