Skip to content

Commit d76d601

Browse files
authored
(DOCSP-7620) Add driver syntax to Export to Language (#211)
* (DOCSP-7620) Add driver syntax to Export to Language * Word choice
1 parent 701c2e4 commit d76d601

5 files changed

+10
-2
lines changed

source/export-query-to-language.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@ Procedure
4747
#. *(Optional)*: Check the :guilabel:`Include Import Statements` option
4848
to include the required import statements for the language selected.
4949

50+
#. *(Optional)*: Check the :guilabel:`Include Driver Syntax` option
51+
to include application code for the language selected. If you
52+
include driver syntax, the copyable code reflects
53+
:ref:`project <query-bar-project>`, :ref:`sort <query-bar-sort>`,
54+
:ref:`maxtimems <query-bar-max-time-ms>`,
55+
:ref:`collation <query-bar-collation>`, :ref:`skip <query-bar-skip>`
56+
and :ref:`limit <query-bar-limit>` options.
57+
5058
#. Click :icon-fa5:`copy` at the top-right of the formatted
5159
query to copy the query for the selected language to your clipboard.
5260
You can now easily integrate and execute your created query in
5361
your application.
5462

55-
.. figure:: /images/querybar/export-query-to-language-c-sharp-copied.png
56-
:figwidth: 300px
63+
.. figure:: /images/querybar/export-query-python-driver-syntax-copied.png
64+
:figwidth: 600px
5765
:lightbox:
5866
:alt: Copy button clicked in Export Query to Language modal
5967

Loading
Binary file not shown.
355 KB
Loading
111 KB
Loading

0 commit comments

Comments
 (0)