レコードの検索を行う(文字列クエリ指定)
※クエリを作成する際、title="hoge"と文字列型の場合""で比較値を囲う必要がある点に注意してください
※クエリを作成する際、title="hoge"と文字列型の場合""で比較値を囲う必要がある点に注意してください
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
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