本文介绍了如何添加从2表中获取数据的方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我真的很困惑。

我遵循了这个教程:

]

我知道如何添加,但现在我不知道如何添加方法,从2表中获取数据而不是从表中。

因为结果我希望有2个表的属性。

A例如:



客户:customerID,customerName

订单:OrderID,CustomerID,OrderDate

我想要结果:

客户ID,客户名称,订单日期。

但我很困惑,因为客户的课程和订单是不同的。

我不知道应该返回哪种类型的结果,以便我可以绑定到我的gridview。

有人请给我小费。

提前感谢。

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.

推荐答案


这篇关于如何添加从2表中获取数据的方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 03:38