TDengineMeta Class |
Namespace: TDengineDriver
public class TDengineMeta
The TDengineMeta type exposes the following members.
Name | Description | |
---|---|---|
TDengineMeta | Initializes a new instance of the TDengineMeta class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TypeName |
Get the type name from retrieved result.
|
Name | Description | |
---|---|---|
name |
Retrieve result's column name.
| |
size |
Column's length.(Unit bytes)
| |
type |
Column type code from retrieved result. Correspond with TDengineDataType |