Versions Compared

Key

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

The Query code editor allows users to easily modify their queries and see the results immediately in the table below. Besides, the query editor will display any modification to your query using the search window interface. In Devo, queries are written in LINQ language. Learn more about LINQ in Build a query using LINQ.

The query code editor is embedded in the search window's top right area by default. You can click the window icon at the top right to detach it from the search window to place it wherever you prefer. Click it again to embed it.

Image RemovedImage Added

Click the X icon at the top right corner to close it. To open it again, click the Query code editor icon on the toolbar.

To modify your query, just click the editor. The window will expand and you can start adding the required modifications.

Info

Smart query editor

The query code editor has an autocomplete feature that suggests LINQ syntax terms, available fields, etc. as you’re writing, making it really easy to edit and write queries.

Learn more about these features in Smart query editor.

These are all the options in the query editor:

Image RemovedImage Added

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.

5

Copy the current query to your clipboard.

6

Click to run the query with the latest updates.