提交 933ed5dc 编写于 作者: sangshuduo's avatar sangshuduo

docs: csharp example add free result to release memory

上级 c328552b
...@@ -23,6 +23,7 @@ namespace TDengineExample ...@@ -23,6 +23,7 @@ namespace TDengineExample
CheckRes(conn, res, "failed to insert data"); CheckRes(conn, res, "failed to insert data");
int affectedRows = TDengine.AffectRows(res); int affectedRows = TDengine.AffectRows(res);
Console.WriteLine("affectedRows " + affectedRows); Console.WriteLine("affectedRows " + affectedRows);
TDengine.FreeResult(res);
ExitProgram(conn, 0); ExitProgram(conn, 0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册