このURLを使用してODataでカスタムソートを実行しようとしています
localhost:82/odata.svc/ComponentPresentations?$filter=TemplateId eq 2894 and publicationId eq 10&$expand=Component/Keywords?$orderby=Title desc
ここComponentで、はのプロパティでComponentPresentationあり、はのKeywordsプロパティであり、キーワードの属性Componentに従ってComponentPresentationを並べ替えたいと思います。Titleただし、キーワードもタイトルもコンポーネントプレゼンテーションのプロパティです
Kewordのタイトルの属性に従って結果を並べ替える方法はありますか?ComponentPresentationの子であるComponentの子はどれですか?