SQL Entity

  1. Create a new UIController named “ProductsSQLEntity”
  2. Add a grid with the following columns from the SQL table Products, using DynamicSQLEntity:
    1. ProductID
    2. ProductName
    3. UnitPrice
    4. Discontinued
  3. Make the program read only.
  4. Filter the data to show only products of categories: 2,4,6,8
  5. Add a new menu entry to call to this screen.
  6. Save changes to Git.
  7. Build and test.

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com