SQLiteConnectionInsert Method |
| Name | Description | |
|---|---|---|
| Insert(Object) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
| |
| Insert(Object, String) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
| |
| Insert(Object, Type) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
| |
| Insert(Object, String, Type) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
|