レコードの検索を行う(全件)(expression指定)
kintone APIの上限値を超える件数のレコードを取得します
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>( Expression<Func<T, bool>> expression, bool isConvert = true ) where T : AbskintoneModel
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionFuncT, Boolean
Booleanを返却する関数式 - isConvert (Optional)
- Type: SystemBoolean
デフォルトの項目変換をかけるか否か
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindAll``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Boolean)"]
Return Value
Type: ListT[Missing <returns> documentation for "M:kintoneDotNET.API.AbskintoneModel.FindAll``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Boolean)"]
Remarks
See Also