Table of Contents

Views

Browse database views on the solution database

The Views node allows you to browse database views and inspect their definitions. Database views are saved database queries which behave like virtual tables, they are created on the SQL server and will appear here when defined.

This is primarily useful for debugging, troubleshooting, and understanding how data is exposed through database views on the solution.

To top