DbDataAdapter Insert Method NReco.Data Class Library Documentation
Overload List

  NameDescription
Public methodInsert(Object)
Executes INSERT statement generated by annotated POCO model.
Public methodInsert(String, IDictionary String, Object )
Executes INSERT statement generated by specified table name and dictionary values.
Public methodInsert(String, Object)
Executes INSERT statement generated by specified table name and annotated POCO model.
Top
See Also