SQL Entity
- Create a new UIController named “ProductsSQLEntity”
- Add a grid with the following columns from the SQL table Products, using DynamicSQLEntity:
- ProductID
- ProductName
- UnitPrice
- Discontinued
- Make the program read only.
- Filter the data to show only products of categories: 2,4,6,8
- Add a new menu entry to call to this screen.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com