I would like to offload the work of creating the sql statement from the application to the database. Is it possible?
You cannot, but if you want to translate LINQ queries, you can use this tool: http://www.linqpad.net/ It can generate SQL so if you invested a lot in LINQ, you can use it to create stored procs or queries for SQL.
LINQ is part of C # (and other .net languages). This has nothing to do with SQL.
Source: https://habr.com/ru/post/1728234/More articles:iPhone SearchBar with buttons below? - iphoneHow to get Ajax.Net PageMethod to return JSON - jsongit - How to undo "git repack -ad"? - gitGhostscript font replacement - fontsDrag'n'drop files from (for example, iPhone) in Windows Explorer to a WPF application - c #WCF TLS Encrypted Suite - securityASP.NET: how to call a non-static page method with an AJAX client script? - javascriptΠΠ°ΠΊ Π²ΡΡΡΠΎΠΈΡΡ SWF Π² HTML? - flashCapturing MAPLE output via Python - pythonHow to force word wrap in report services? - reporting-servicesAll Articles