Skip to content

Commit 0c435ef

Browse files
authored
Merge pull request #10239 from mikejwhitty/patch-1
change syntax highlight hint to c# from sql
2 parents 9e1ee63 + 15a9e3c commit 0c435ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/json/use-for-json-output-in-sql-server-and-in-client-apps-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SET Details =
9393

9494
The following example shows how to retrieve the JSON output of a query into a StringBuilder object in a C# client app. Assume that the variable `queryWithForJson` contains the text of a `SELECT` statement with a `FOR JSON` clause.
9595

96-
```sql
96+
```csharp
9797
var queryWithForJson = "SELECT ... FOR JSON";
9898
using(var conn = new SqlConnection("<connection string>"))
9999
{

0 commit comments

Comments
 (0)