AbskintoneModelFindT Method (String)kintoneDotNETHelp
レコードの検索を行う(文字列クエリ指定)
※クエリを作成する際、title="hoge"と文字列型の場合""で比較値を囲う必要がある点に注意してください

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

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

Parameters

query
Type: SystemString
任意のクエリ文字列

Type Parameters

T

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

Return Value

Type: ListT

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

Remarks

See Also

Reference