kintoneAPIBulkUpdateT Method kintoneDotNETHelp
レコードの更新を行う(複数件)

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public kintoneIndexes BulkUpdate<T>(
	List<T> objs
)
where T : AbskintoneModel

Parameters

objs
Type: System.Collections.GenericListT

[Missing <param name="objs"/> documentation for "M:kintoneDotNET.API.kintoneAPI.BulkUpdate``1(System.Collections.Generic.List{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.kintoneAPI.BulkUpdate``1(System.Collections.Generic.List{``0})"]

Return Value

Type: kintoneIndexes

[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneAPI.BulkUpdate``1(System.Collections.Generic.List{``0})"]

Remarks

See Also

Reference