Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are all the options in the query editor:

...

5

1

This is the current query you’re working with. Updates will automatically display as you’re performing them in the interface.

When the editor is embed, click the query to expand the editor and access all the options. You can also update the query directly in the editor using the LINQ syntax.

2

Embed/deembed the editor or close it. As said above, click the Query code editor button in the toolbar to open it again.

3

Click to display the current query in API mode. The LINQ syntax is slightly different in our APIs, so you can use this to copy your queries and use them in our APIs. Learn more in our API reference.

Click the button again to display the query in the standard LINQ language.

4

Click to show the field names and types of the table you’re querying.

Copy the current query to your clipboard.

6

5

Click to run the query with the latest updates.