Click or drag to resize

SQLiteConnectionInsert Method

Overload List
  NameDescription
Public methodInsert(Object)
Inserts the given object and retrieves its auto incremented primary key if it has one.
Public methodInsert(Object, String)
Inserts the given object and retrieves its auto incremented primary key if it has one.
Public methodInsert(Object, Type)
Inserts the given object and retrieves its auto incremented primary key if it has one.
Public methodInsert(Object, String, Type)
Inserts the given object and retrieves its auto incremented primary key if it has one.
Top
See Also