AbskintoneModelFindAllT Method (String)kintoneDotNETHelp
レコードの検索を行う(全件)(文字列クエリ指定)
kintone APIの上限値を超える件数のレコードを取得します

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

public static List<T> FindAll<T>(
	string query
)
where T : AbskintoneModel

Parameters

query
Type: SystemString

[Missing <param name="query"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindAll``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindAll``1(System.String)"]

Return Value

Type: ListT

[Missing <returns> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindAll``1(System.String)"]

Remarks

See Also

Reference