Skip to content

Commit 7c2cb51

Browse files
committed
Updating README.rst ..
1 parent ed6364a commit 7c2cb51

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,17 @@ Sample User Apps/Modules/Scripts
233233
#. (optional) Sends a notification about the final result or error.
234234

235235
.. image:: docs/mdxreader.png
236+
237+
.. code-block:: python
238+
239+
240+
.. code-block:: python
241+
242+
def run_query(connection_string:str, command_text:str, result_model:str='DictOfList', column_mapping:dict={},
243+
pass_result_to_url:str=None, more_args:dict=None,
244+
notify_url:str=None, notify_args:dict=None):
245+
246+
..
247+
248+
| The signature of the entry function determines the JSON structure of the request body payload:
249+

0 commit comments

Comments
 (0)