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, Dictionary<string, string> nameConvertor ) where T : AbskintoneModel
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionFuncT, Boolean
Booleanを返却するexpression - nameConvertor
- Type: System.Collections.GenericDictionaryString, String
クエリ上の項目名を特定の項目名に変換したい場合、変換用ディクショナリを設定
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.kintoneQueryExpression.Eval``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Collections.Generic.Dictionary{System.String,System.String})"]
Return Value
Type: String[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneQueryExpression.Eval``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Collections.Generic.Dictionary{System.String,System.String})"]
Remarks
See Also