未验证 提交 22156fcc 编写于 作者: X xiaolei li 提交者: GitHub

[TD-11769]<docs>:official site csharp chapter 404 hyperlink (#8904)

上级 12a787f9
...@@ -1052,7 +1052,7 @@ HTTP 请求 URL 采用 `sqlutc` 时,返回结果集的时间戳将采用 UTC ...@@ -1052,7 +1052,7 @@ HTTP 请求 URL 采用 `sqlutc` 时,返回结果集的时间戳将采用 UTC
示例程序源码位于 示例程序源码位于
* {client_install_directory}/examples/C# * {client_install_directory}/examples/C#
* [github C# example source code](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C%23) * [github C# example source code](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C\%23)
**注意:** TDengineTest.cs C#示例源程序,包含了数据库连接参数,以及如何执行数据插入、查询等操作。 **注意:** TDengineTest.cs C#示例源程序,包含了数据库连接参数,以及如何执行数据插入、查询等操作。
...@@ -1084,7 +1084,7 @@ dotnet add package TDengine.Connector ...@@ -1084,7 +1084,7 @@ dotnet add package TDengine.Connector
```c# ```c#
using TDengineDriver; using TDengineDriver;
``` ```
* 用户可以参考[TDengineTest.cs](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C%23/TDengineTest)来定义数据库连接参数,以及如何执行数据插入、查询等操作。 * 用户可以参考[TDengineTest.cs](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C\%23/TDengineTest)来定义数据库连接参数,以及如何执行数据插入、查询等操作。
**注意:** **注意:**
......
...@@ -855,7 +855,7 @@ Only some configuration parameters related to RESTful interface are listed below ...@@ -855,7 +855,7 @@ Only some configuration parameters related to RESTful interface are listed below
### Example Source Code ### Example Source Code
you can find sample code under follow directions: you can find sample code under follow directions:
* {client_install_directory}/examples/C# * {client_install_directory}/examples/C#
* [github C# example source code](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C%23) * [github C# example source code](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C\%23)
**Tips:** TDengineTest.cs One of C# connector's sample code that include basic examples like connection,sql executions and so on. **Tips:** TDengineTest.cs One of C# connector's sample code that include basic examples like connection,sql executions and so on.
...@@ -888,7 +888,7 @@ dotnet add package TDengine.Connector ...@@ -888,7 +888,7 @@ dotnet add package TDengine.Connector
```C# ```C#
using TDengineDriver; using TDengineDriver;
``` ```
* user can reference from[TDengineTest.cs](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C%23/TDengineTest) and learn how to define database connection,query,insert and other basic data manipulations. * user can reference from[TDengineTest.cs](https://github.com/taosdata/TDengine/tree/develop/tests/examples/C\%23/TDengineTest) and learn how to define database connection,query,insert and other basic data manipulations.
**Note:** **Note:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册