AbskintoneModelFindByIdsT Method kintoneDotNETHelp
idの複数指定によるレコードの検索

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

public static List<T> FindByIds<T>(
	List<string> ids
)
where T : AbskintoneModel

Parameters

ids
Type: System.Collections.GenericListString

[Missing <param name="ids"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindByIds``1(System.Collections.Generic.List{System.String})"]

Type Parameters

T

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

Return Value

Type: ListT

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

Remarks

See Also

Reference