David Smith

David Smith

  • NA
  • 2k
  • 0

From Visual Basic 6.0 to C sharp

Sep 30 2014 3:05 AM
Below are visual basic properties, can someone point in the right direction where I can convert over to the relevant c sharp property thats equivalent to the visual basic 6.0 property below. Is there website that document this information?

1.AddNew

Creates a new record

2. Close

Closes a Recordset

3. Delete

Deletes a record or a group of records

4. Move

Moves the record pointer in a Recordset object

5. Find

Searches for a record in a Recordset that satisfies a specified criteria