开发者

Creating DataAdapters for Entity Framework

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜