From 0402492d7c60046902bd1e66402106193b898e59 Mon Sep 17 00:00:00 2001 From: xiaolei li <85657333+xleili@users.noreply.github.com> Date: Wed, 18 Jan 2023 13:49:01 +0800 Subject: [PATCH] docs(driver): update cloud C# websocket project file (#19598) * docs(driver):update C# example and content about WebSocket to include dll from nupkg * fix: typos * docs(driver): update cloud C# websocket project file * fix: typos Co-authored-by: Shuduo Sang --- docs/en/15-programming/01-connect/06-csharp.md | 10 ++++++---- docs/en/17-taos-sql/10-function.md | 2 +- .../csharp/cloud-example/connect/connect.csproj | 4 ++-- docs/examples/csharp/cloud-example/inout/inout.csproj | 4 ++-- docs/examples/csharp/cloud-example/stmt/stmt.csproj | 4 ++-- docs/examples/csharp/cloud-example/usage/usage.csproj | 4 ++-- 6 files changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/en/15-programming/01-connect/06-csharp.md b/docs/en/15-programming/01-connect/06-csharp.md index ca28d05d82..0513f3f7fe 100644 --- a/docs/en/15-programming/01-connect/06-csharp.md +++ b/docs/en/15-programming/01-connect/06-csharp.md @@ -27,12 +27,14 @@ Add following ItemGroup and Task to your project file. - + - + - + +||||||| eeb4065670 +dotnet add package TDengine.Connector ``` ## Config @@ -83,4 +85,4 @@ Replace with real TDengine cloud DSN. To obtain the real value, please l The client connection is then established. For how to write data and query data, please refer to and . -For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). diff --git a/docs/en/17-taos-sql/10-function.md b/docs/en/17-taos-sql/10-function.md index 33339761d0..c8af2d32e7 100644 --- a/docs/en/17-taos-sql/10-function.md +++ b/docs/en/17-taos-sql/10-function.md @@ -662,7 +662,7 @@ SELECT ELAPSED(ts_primary_key [, time_unit]) FROM { tb_name | stb_name } [WHERE **Return value type**: TIMESTAMP -**Applicable tables**: table, STable, outter in nested query +**Applicable tables**: table, STable, outer in nested query **Explanations**: - `field_name` parameter can only be the first column of a table, i.e. timestamp primary key. diff --git a/docs/examples/csharp/cloud-example/connect/connect.csproj b/docs/examples/csharp/cloud-example/connect/connect.csproj index 214538f4e1..55ebfb319d 100644 --- a/docs/examples/csharp/cloud-example/connect/connect.csproj +++ b/docs/examples/csharp/cloud-example/connect/connect.csproj @@ -11,9 +11,9 @@ - + - + diff --git a/docs/examples/csharp/cloud-example/inout/inout.csproj b/docs/examples/csharp/cloud-example/inout/inout.csproj index fbcfb9213b..e5c2cf767c 100644 --- a/docs/examples/csharp/cloud-example/inout/inout.csproj +++ b/docs/examples/csharp/cloud-example/inout/inout.csproj @@ -11,9 +11,9 @@ - + - + diff --git a/docs/examples/csharp/cloud-example/stmt/stmt.csproj b/docs/examples/csharp/cloud-example/stmt/stmt.csproj index bfdb3c2bb1..a5235ad642 100644 --- a/docs/examples/csharp/cloud-example/stmt/stmt.csproj +++ b/docs/examples/csharp/cloud-example/stmt/stmt.csproj @@ -11,8 +11,8 @@ - + - + diff --git a/docs/examples/csharp/cloud-example/usage/usage.csproj b/docs/examples/csharp/cloud-example/usage/usage.csproj index 214538f4e1..55ebfb319d 100644 --- a/docs/examples/csharp/cloud-example/usage/usage.csproj +++ b/docs/examples/csharp/cloud-example/usage/usage.csproj @@ -11,9 +11,9 @@ - + - + -- GitLab