Overload List
| Name | Description | |
|---|---|---|
| Insert(Object) |
Executes INSERT statement generated by annotated POCO model.
| |
| Insert(String, IDictionary String, Object ) |
Executes INSERT statement generated by specified table name and dictionary values.
| |
| Insert(String, Object) |
Executes INSERT statement generated by specified table name and annotated POCO model.
|
See Also