How can I send a linq request as a string in the Entity Framework, for example:
from s in students select s
I want to compile this in oracle server and sql
Maybe you should take a look at Entity SQL .Here is an example: http://msdn.microsoft.com/en-us/library/bb738684.aspx
Another option is Dynamic LINQ .
I use Dynamic Linq to dynamically build linq queries at runtime
http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx
Source: https://habr.com/ru/post/1776193/More articles:Arrange between tabs in Extjs - extjsNetwork speed monitoring in Java on Windows - javaThe constructor of the attribute decorating the main method is not called in release builds - c #Run the application on an incoming call (Android) - androidXcode Intel icc compiler cannot find #include - intelLine break buttons do not display properly on Mac OS X - pythonBring the first word to the end - arraysReplace return using tab for standard input - c ++Function Description - c ++iPhone Can you show the dialer interface from your application? - iosAll Articles