If I prepare a query using AsQueryable and append the search criteria dynamically in entity framework, it takes so long compare to SQL query. Is there any alternate approach to create dynamic queries in entity framework?
Thank you Jeremy
If I prepare a query using AsQueryable and append the search criteria dynamically in entity framework, it takes so long compare to SQL query. Is there any alternate approach to create dynamic queries in entity framework?
Thank you Jeremy
Copyright © 2021 Jogjafile Inc.
How about write raw sql? this may not be the best option, but is an alternative.. must compare times
You can use someting like this to do the job.