OData Query Options to Sql Query #1206
Unanswered
rbalagangadharan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@xuzhg
In DynamicOData,
MyDataSource.Get(IEdmEntityTypeReference entityType, EdmEntityObjectCollection collection)
returns the static EdmEntityObjectCollection.How to convert the Odata to SQL query, so we can return the result as per OData request. We can't fetch all the records and use applyTo, as the table has billions of records.
Beta Was this translation helpful? Give feedback.
All reactions