Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am really confused.
I followed this tutorial:
http://msdn.microsoft.com/en-us/library/ee707362%28v=vs.91%29.aspx[^]
I know how to add but now i don't know how to add method , which get data from 2 table not from a table.
Because the result i want have properties from 2 tables.
A for example:

Customer:customerID,customerName
Order:OrderID,CustomerID,OrderDate
I want result:
CustomerID,CustomerName,Orderdate.
But i am confused because the class for customer and order are different.
I don't know which type of result i should return so that i can binding into my gridview.
Someone please give me tip.
Thank in advance.
Posted
Updated 3-May-13 22:49pm
v2

1 solution

I don't know which type of result I should return.
-> What do you need?

Someone please give me tip.
-> Use a query to get the data from both tables.
 
Share this answer
 
Comments
TokiHana 4-May-13 4:59am    
but which type of the result please??
because the result is the one come from 2 table. So i really don't know what type of it.
If it's Customer type, OrderDate don't have. and same for Order.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900