I want the UI to present in a DataRepeater an ER Collection with EC Collection.
Scenario:
The user will search, using a keyword, for certain names. The DataRepeater will display the matching records showing the Names (Editable Root Collection) with a DataGridView (EC Collection) of their transactions with the company (Purchases).
How do I:
Factory and Data Access Methods to fetch the ER collection with the related EC Collection?
Sample SQL Command
Thank you.
Copyright (c) Marimer LLC