1.

How Do We Fetch The Data From Two Different Tables With Out Using Two Different Tables?

Answer»

Write a database VIEW. In this view logically combine the Two different TABLES.
Create class for this logically combined Table.
Write the List View. APPLIES to class is class of the Combined table. So we can refer the PROPERTIES of both the tables in list view.

Write a database View. In this view logically combine the Two different tables.
Create class for this logically combined Table.
Write the List View. Applies to class is class of the Combined table. So we can refer the properties of both the tables in list view.



Discussion

No Comment Found