レコードの保存処理(単一)
モデル上 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
- obj
- Type: T
[Missing <param name="obj"/> documentation for "M:kintoneDotNET.API.kintoneAPI.Save``1(``0)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.kintoneAPI.Save``1(``0)"]
Return Value
Type: kintoneIndex[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneAPI.Save``1(``0)"]
Remarks
See Also