LINQのExpressionからクエリ式を生成する
変換用のディクショナリはモデルから取得
変換用のディクショナリはモデルから取得
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public static string Eval<T>( Expression<Func<T, bool>> expression ) where T : AbskintoneModel
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionFuncT, Boolean
[Missing <param name="expression"/> documentation for "M:kintoneDotNET.API.kintoneQueryExpression.Eval``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.kintoneQueryExpression.Eval``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]
Return Value
Type: String[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneQueryExpression.Eval``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]
Remarks
See Also