David Smith

David Smith

  • NA
  • 2k
  • 0

C sharp recordset to Datatable/Datarow Method Extensions

Dec 4 2014 2:16 AM

I am trying to write or reuse c sharp common method extension/helpers using only datatables and datarows.

I am trying to write method extensions visual basic 6.0 recordset properties using C sharp. We are migrating from VB 6 to C sharp. We moving from recordsets to disconnected datatables.


I want write extension for the methods b recordset properties below. Can someone give me suggestions with method and input parameters.

getvalue, setvalue, sort, BOF, EOF, absolutionPosition, DeleteRow, HasRows, UpdateRows, Open, Find, AddNew, MoveFirst, MoveNext, MovePrevious, MoveLast, Filter, Index, RecordCount, Copy, Save