ADO.NET 2.0 ExecutePageRader

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

I read that there will be paging in ADO.NET and I read that it will be with
SqlCommand.ExecutePageReader. I just wanted to try this out with beta2 and
there wasn't no such method. After digging deeper I read that it will be
removed from beta (it seems it is already). I looked into the list of the
obsolete APIs but it wasn't named. Will it be removed or will it be there or
is it just moved to another class?

Ciao
Timo
 
ExecutePageReader has gone the way of server-side cursors--it was dropped
from ADO.NET 2.0 some time ago. Since Beta 2 is more-or-less feature
complete, I would not expect to see it reappear before RTM.


--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
www.sqlreportingservices.net
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top