Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚是否有可能将下一个请求转换为 BreezeJS。
伪代码:
orderby=(FIRST_PROP eq '12345') desc
微风语法:
var query = new EntityQuery("Todos").where(predicate).orderBy('(FIRST_PROP eq "12345") desc');
没有。我们不会偏离 OData 规范,而且我不相信 orderBy 子句中有类似表达式的东西。这不是一个坏主意。但这将是一个难以满足的要求,几乎没有人(包括 MS)像今天这样实现完整的规范。