Click or drag to resize

TAOS_MULTI_BIND Structure

TAOS_MULTI_BINDstruct,used to hold a multiple values while using "stmt bind".

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

The TAOS_MULTI_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 fieldbuffer
The reference point to the array which stores multiple lines column values you want to bind.
Public fieldbuffer_length
Actual value length in buffer.
Public fieldbuffer_type
Indicate the TDengineDataType of data you want to bind.
Public fieldis_null
A reference point to the array which stores identifies to indicate each value is null or not.
Public fieldlength
A reference point to the array which stores actual data length for each value.
Public fieldnum
Line number or the count of values in buffer.
Top
See Also