正如它在锡上所说的那样,我有一个设计问题,通常 PredicateBuilder 将是显而易见的答案,但是在执行时,我得到了以下错误:
The expression
((([10007].PartitionKey == "df2907ad-2094-4b7a-9796-d077f14b25bc")
And True)
And Invoke(f => (True AndAlso Invoke(job => (job.MigrationExecutionId == "5fa0bd4c-4745-4452-8e52-a0329c00dafb"), f)), [10007]))
is not supported.
有什么方法可以使用 Predicate builder 或其他形式的表达式树语法来构建查询并针对 Azure Table 运行它?