ODataQueryOptions to Sql Query #1200
Unanswered
rbalagangadharan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@xuzhg Can you share any ideas to achieve this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a project, where my tables are not fixed. The user can create tables and insert data. For this use case we used ODataDynamicModel
With this we created the Dynamic Edm models on runtime. Now my question is, how to convert the QueryOptions like $select, $filter, $expand and other OData Options to Sql Query?
We used this library DynamicODataToSql to convert odata to sql, but it has some limitations.
Any help on this would be really appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions