File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
samples/code-samples/Queries Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
//------------------------------------------------------------------------------------------------
16
16
// This sample demonstrates the use of LINQ and SQL Query Grammar to query DocumentDB Service
17
- // For additional examples using the SQL query grammer refer to the SQL Query Tutorial -
17
+ // For additional examples using the SQL query grammer refer to the SQL Query Tutorial available
18
+ // at https://azure.microsoft.com/documentation/articles/documentdb-sql-query/.
18
19
// There is also an interactive Query Demo web application where you can try out different
19
- // SQL queries -
20
+ // SQL queries available at https://www.documentdb.com/sql/demo.
20
21
//------------------------------------------------------------------------------------------------
21
22
22
23
public class Program
You can’t perform that action at this time.
0 commit comments