I want to have a List of a specific entity with 2 table in it using 2 differents DataSet.
Is there any way to embed 2 table in a list? It seem to not be possible.
DataSet 1
LocationID (PKEY)
Name
Address
DataSet 2
LocationID (PKEY)
Employee
DataSet 3
LocationID (PKEY)
Sales
Here is Waht I wanted to do
List with DataSet 1 (LocationID as my Reference Key)<br/>
Table With DataSet 2 (LocationID as my Reference Key)<br/>
Table With DataSet 3 (LocationID as my Reference Key)