I'm migrating from VB6 to VB2012 and ADO to ADO.NET.
In ADO, I created a variable of type ADO.Recordset property and used to navigate (back and forth) with the methods: next, previous, first and last.
ADO.NET object In which I can use to navigate back and forth?
Thancks far all
