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 を含む) はほとんどいません。