Browsing index pages (2 articles)
↧
Odata filtering in expanded property does not work
We have created a .NET Core API which uses Odata to filter, select, and expand the data. The data is stored in a Microsoft SQL Server database and retrieved through EntityFramework Core (code first)....
View ArticleAnswer by Svyatoslav Danyliv for Odata filtering in expanded property does...
Well, it is common mistake when working with Expresion Tree. You cannot use ToDto in that way. LINQ translator has to see Expression Tree but not compiled lambda.There are two libraries, that I know,...
View Article
Browsing index pages (2 articles)