Questions tagged [dbdatareader]

32 questions
0
votes
1 answer

How to get a DbDataReader object directly in Entity Framework?

According to MSDN (http://msdn.microsoft.com/en-us/library/dd487208.aspx), there is an object called DbDataReader that is created in the process of running a SQL query in Entity Framework. Entity Framework "translates" the DbDataReader into a entity…
Vivian River
  • 31,198
  • 62
  • 198
  • 313
-2
votes
1 answer

DbDataReader to DataGrid WPF

I have a module which returns DbDataReader objects. This is a module that is tried and trusted and in production use with DataTable/DataGridView in Windows.Forms, so I do not wish to change it. I tried doing the same with WPF, passing a DataTable to…
1 2
3