开发者

Creating DataAdapters for Entity Framework

开发者 https://www.devze.com 2023-01-03 03:35 出处:网络
This relates to the repor开发者_如何学Cting suite we are using, but I believe the pattern is the same for WinForms and other .NET technologies.

This relates to the repor开发者_如何学Cting suite we are using, but I believe the pattern is the same for WinForms and other .NET technologies.

The reporting suite we are using (XtraReports 10) supports design time preview of the data if the DataAdapter property is set. When using a DataSet datasource, a TableAdapter is generated (by the DataSet), which can be assigned to the DataAdapter property of the report (or the BindingSource)

How can I get the equivalent to the TableAdapter when I am using the Entity Framework?

Visual Studio 2010 (.NET 4.0)

Rob

0

精彩评论

暂无评论...
验证码 换一张
取 消