TDengine Connector C# Class Library
TDengine Connector C# Class Library
TDengineDriver
TDengine Class
TDengine Methods
AffectRows Method
Cleanup Method
Close Method
Connect Method
Consume Method
Error Method
ErrorNo Method
FetchFields Method
FetchLengths Method
FetchRowAsync Method
FetchRows Method
FieldCount Method
FreeResult Method
Init Method
LoadTableInfo Method
Options Method
Query Method
QueryAsync Method
ResultPrecision Method
SchemalessInsert Method
StmtAddBatch Method
StmtBindParam Method
StmtBindParamBatch Method
StmtBindSingleParamBatch Method
StmtClose Method
StmtErrorStr Method
StmtExecute Method
StmtInit Method
StmtPrepare Method
StmtSetSubTbname Method
StmtSetTbname Method
StmtSetTbnameTags Method
StmtUseResult Method
Subscribe Method
Unsubscribe Method
TDengine
Close Method
Close the connection.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
Copy
public
static
void
Close
(
IntPtr
taos
)
Parameters
taos
Type:
System
IntPtr
Pointer returned by
Connect(String, String, String, String, Int16)
function.
See Also
Reference
TDengine Class
TDengineDriver Namespace