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