LINQDataSource - 查询多个表?
我有一个数据库,并且创建了一个 DBML Linq-to-SQL 文件来表示该数据库。我创建了一个新的 aspx 页面,并在其上放置了 linqdatasource 和 formview 控件。当我配置 linqdatasource 时,它让我只能选择从一个表中选择 *...但我想从多个表中提取数据。例如,我有 simple_person、simple_address、simple_phone 等表,我想从所有这些表中提取数据。我怎样才能做到这一点?
I have a database and I've created a DBML Linq-to-SQL file to represent this database. I've created a new aspx page and dropped a linqdatasource and a formview control onto it. When I configure the linqdatasource it gives me the choice only to select * from one table...but I want to pull from multiple tables. e.g. I have tables like simple_person, simple_address, simple_phone, and I want to pull from all of them. How can I accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用自定义查询
http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9 -using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx
Use a custom query
http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx