レコードの保存を行う
モデル上 isKey = True と設定された項目をキーとし、一致するキーがある場合はUpdate、なければCreateを行う
モデル上 isKey = True と設定された項目をキーとし、一致するキーがある場合はUpdate、なければCreateを行う
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
Parameters
- objs
- Type: System.Collections.GenericListT
[Missing <param name="objs"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.Save``1(System.Collections.Generic.List{``0})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.Save``1(System.Collections.Generic.List{``0})"]
Return Value
Type: ListT[Missing <returns> documentation for "M:kintoneDotNET.API.AbskintoneModel.Save``1(System.Collections.Generic.List{``0})"]
Remarks
See Also