Api.JetUpdate method

Include protected members
Include inherited members

Overload list

  Name Description
Public methodStatic member JetUpdate(JET_SESID, JET_TABLEID) The JetUpdate function performs an update operation including inserting a new row into a table or updating an existing row. Deleting a table row is performed by calling JetDelete(JET_SESID, JET_TABLEID).
Public methodStatic member JetUpdate(JET_SESID, JET_TABLEID, [], Int32, Int32) The JetUpdate function performs an update operation including inserting a new row into a table or updating an existing row. Deleting a table row is performed by calling JetDelete(JET_SESID, JET_TABLEID).

Top

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace