TAOS_MULTI_BIND Structure |
Namespace: TDengineDriver
public struct TAOS_MULTI_BIND
The TAOS_MULTI_BIND type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| buffer |
The reference point to the array which stores multiple lines column values you want to bind.
| |
| buffer_length |
Actual value length in buffer.
| |
| buffer_type |
Indicate the TDengineDataType of data you want to bind.
| |
| is_null |
A reference point to the array which stores identifies to indicate each value is null or not.
| |
| length |
A reference point to the array which stores actual data length for each value.
| |
| num |
Line number or the count of values in buffer.
|