JetBrains Rider 2020.2 Help

Rows

Add a row

  1. Click the Add New Row icon (The Add New Row icon) on the toolbar. Alternatively, right-click the table and select Add New Row from the context menu.

  2. Press Alt+Insert.

Delete a row

  1. Select the row or rows that you want to delete.

    To select rows, click numbers in the gutter. To select multiple rows, press Ctrl and click the necessary rows.

  2. Click the Delete Row icon (the Delete Row icon) on the toolbar. Alternatively, press Ctrl+Y or Delete.

Remove all rows in a table

  • Right-click a table and navigate to Database Tools | Truncate.

    Remove all rows in a table

Clone a row

  • You can clone a selected row. The copy of the row is added to the end of the table.

    To clone a row, right-click the row and select Clone. Alternatively, select the row and press Ctrl+D.

    Clone a row

Make all rows visible simultaneously

  1. Open settings Ctrl+Alt+S and navigate to Plugins | Database | Data Views.

  2. Clear the Limit page size to checkbox, and click OK.

  3. Click the Refresh button the Refresh button or press Ctrl+F5 to refresh the table view.

Go to the specified row

To navigate to a row with a specified number, right-click the table and select Go To | Row Ctrl+G. In the Go to row dialog, specify the row number and click OK.

Go to a specified row

    Navigate between related data

    You can navigate between different types of related data:

    1. Referenced data: data that is referenced by the current object.

    2. Referencing data: data that is referencing the current object.

    3. Right-click the column in the table and navigate to Go To | Referenced Data Ctrl+B or Go To | Referencing Data Ctrl+Alt+Home.

    4. If the Choose target popup appears, select the table and what rows to show:

      • First Referencing Row: all rows in the table. The first row that references the current row is selected.

      • Referencing Rows Only: only rows that reference the current row.

    5. Press Enter.

      Navigate between related data

    Set a number of rows in the result set

    • By default, when you issue a query, the number of returned rows is limited to 500. This limitation is introduced to avoid an overload (for example, when your SELECT statement returns one million rows).

      To change this limit, open settings settings Ctrl+Alt+S and navigate to Tools | Database | Data Views. In the Limit page size to field, specify a new number. To disable the limitation, clear the Limit page size to checkbox.

      Also, you can click the Change page size list in the editor, and select a predefined value.

    Last modified: 24 November 2020