Click or drag to resize

SQLiteConnectionUpdate Method

Overload List
  NameDescription
Public methodUpdate(Object)
Updates all of the columns of a table using the specified object except for its primary key. The object is required to have a primary key.
Public methodUpdate(Object, Type)
Updates all of the columns of a table using the specified object except for its primary key. The object is required to have a primary key.
Top
See Also