Click or drag to resize

TAOS_BIND Structure

TAOS_BIND struct, used to hold a parameter(one value) while using "stmt insert".

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public struct TAOS_BIND

The TAOS_BIND type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldallocated
Unused,but need to allocate space.
Public fieldbuffer
A reference point to the value you want to bind.
Public fieldbuffer_length
Unused,but need to allocate space.
Public fieldbuffer_type
Indicate the TDengineDataType of data you want to bind.
Public fielderror
Unused,but need to allocate space.
Public fieldis_null
A reference to an variable to indicate if the column value is null or not
Public fieldis_unsigned
Unused,but need to allocate space.
Public fieldlength
Actual value length in buffer.
Public fieldu
Unused,but need to allocate space.
Top
See Also