No announcements
Found 2649836 threads
-
0 Votes
How to convert the SQL to LINQ query
>How to convert the SQL to LINQ query Based on your SQL statement, it seems that you use in clause, we could use contains method to ...Answered | 4 Replies | 1111 Views | Created by SamsonYerraguntla - Thursday, July 7, 2016 4:33 PM | Last reply by Zhanglong Wu - Friday, July 8, 2016 3:30 AM -
2 Votes
How to convert Oracle/SQL Query to Linq.
dont know how to move forward.Answered | 9 Replies | 9727 Views | Created by Jumpingboy - Thursday, August 16, 2012 7:44 PM | Last reply by Serguey123 - Monday, August 20, 2012 4:11 PM -
0 Votes
How to convert SQL to Linq
Actually, generated SQL statement from .Net 4.0.Answered | 9 Replies | 8787 Views | Created by Eagle Tsui - Wednesday, June 30, 2010 8:32 AM | Last reply by Michael Sun [MSFT] - Thursday, July 8, 2010 8:30 AM -
0 Votes
How To Convert complex SQL query to Linq ?
Hi Salampv.07, The LINQ equivalent of the provided SQL query would be the following: from tree in ...Answered | 1 Replies | 2108 Views | Created by salam.p.v - Friday, February 24, 2012 12:15 PM | Last reply by Tyler_A - Friday, February 24, 2012 12:32 PM -
0 Votes
Converting Cross join SQL to LINQ
The query I wrote in sql and I m trying to convert into linq.Answered | 5 Replies | 4461 Views | Created by airfan - Saturday, December 5, 2009 12:30 PM | Last reply by Tamer Oz - Sunday, December 6, 2009 5:27 AM -
0 Votes
Convert sql to linq using c#
Hi Sivar89, This forum is about the C# programming language, IDE, libraries, samples, and tools, as your needs are more related to the LINQ programming, we would ...Answered | 6 Replies | 3065 Views | Created by Sivar89 - Friday, March 11, 2016 12:06 PM | Last reply by Zhanglong Wu - Monday, March 21, 2016 3:11 AM -
1 Votes
Converting a Complex SQL Query to LINQ
If your LINQ Query will finally run in database, there is no reason to do it in LINQ.Answered | 5 Replies | 4815 Views | Created by ItsMeKapz - Friday, November 9, 2012 6:22 PM | Last reply by Fernando Soto - MCSD - Wednesday, November 14, 2012 3:59 PM -
0 Votes
Complex SQL convert to linq
Lingzhi Sun is right, you may reuse your T-SQL in the form of an ordinary ADO query and use LINQ/ADO to send it to SQL Server from your app.Answered | 4 Replies | 4651 Views | Created by Watty45 - Wednesday, May 12, 2010 11:32 AM | Last reply by Michael Sun [MSFT] - Monday, May 17, 2010 1:52 AM -
0 Votes
Trouble in converting SQL to LINQ
Davearia, Plz download this tool: http://sqltolinq.com/ If this still cannot help u, it seems that you have to use SQL (ADO.NET) or ...Answered | 3 Replies | 3197 Views | Created by Davearia - Friday, February 22, 2013 3:58 PM | Last reply by Davearia - Monday, February 25, 2013 11:26 AM -
1 Votes
Convert sql to linq/entiti framework
If you only want Usuarios with a Relacione this should work: var res = (from r in context.Relaciones join u in context.Usuario on u.idUsuario equals r.idUsuario select ...Answered | 3 Replies | 714 Views | Created by Felipe bird - Saturday, November 7, 2015 7:04 PM | Last reply by Magnus (MM8) - Wednesday, November 11, 2015 1:04 PM -
0 Votes
converting SQL UDF to LINQ
ASP.NET Forum, which I qouted in the following: public string GetAccountTypeDescription (string ...Answered | 1 Replies | 3323 Views | Created by sparrow37 - Thursday, May 12, 2011 6:51 AM | Last reply by Jackie-Sun - Monday, May 16, 2011 6:08 AM -
0 Votes
Convert SQL to LINQ
Hello Greg, How is the problem?Answered | 2 Replies | 3394 Views | Created by Greg05 - Tuesday, November 24, 2009 12:18 AM | Last reply by Michael Sun [MSFT] - Monday, November 30, 2009 12:38 AM -
0 Votes
Converting a complex sproc to linq to sql
If you have associations and navigation properties in place then the query would be slightly shorter as a linq query.Answered | 1 Replies | 4034 Views | Created by Bill2010 - Thursday, September 16, 2010 6:21 PM | Last reply by KristoferA - Friday, September 17, 2010 2:48 AM -
1 Votes
How to convert LINQ query to Lambda automatically
i found out how to do it. here is the screen shotAnswered | 2 Replies | 9870 Views | Created by Mou_kolkata - Wednesday, June 17, 2015 9:15 AM | Last reply by Mou_kolkata - Wednesday, June 17, 2015 10:21 AM -
3 Votes
How to convert this LINQ Result to DataTable
@VijayPrativadi, Just do a little complement LINQ to DataSet is to work with DataTable, and DataSet objects You need to ...Answered | 4 Replies | 5838 Views | Created by VijayPrativadi - Thursday, April 30, 2015 3:10 AM | Last reply by VijayPrativadi - Saturday, May 2, 2015 3:10 PM -
0 Votes
Convert Nested loops to LINQ
Hi, I am just starting to look at converting some of my code to use LINQ.Answered | 2 Replies | 5431 Views | Created by HyperZ - Thursday, December 16, 2010 10:00 PM | Last reply by HyperZ - Friday, January 7, 2011 12:42 PM -
0 Votes
Convert select statement to Linq
What you should do is use Linqpad and play until you are satisfied with your Linq query.Answered | 3 Replies | 940 Views | Created by brucey54 - Tuesday, October 20, 2015 9:05 PM | Last reply by Hardz Tarrayo - Wednesday, October 28, 2015 2:07 AM -
0 Votes
Stored Procedure to Linq to Sql
How can I convert that to a list?Answered | 4 Replies | 4116 Views | Created by jbreuer - Friday, December 11, 2009 1:37 PM | Last reply by KristoferA - Friday, December 18, 2009 9:29 AM -
0 Votes
Someone can help me to convert a Where Clause, from SQL to LINQ?
http://social.msdn.microsoft.com/Forums/vstudio/en-US/9c8e9720-a5fc-4d66-8268-aef24b6c5bd3/linq-to-xml-how-to-filter-birthdays-between-the-current-date-and-15-day ...Answered | 1 Replies | 740 Views | Created by BladeRunner2019 - Monday, October 7, 2013 9:33 PM | Last reply by Armin Zingler - Monday, October 7, 2013 11:07 PM -
1 Votes
Linq to SQL or not?
Question #2: Where does Microsoft stand on LINQ to SQL?Answered | 9 Replies | 3100 Views | Created by Cryo75 - Friday, March 9, 2012 10:39 AM | Last reply by Lingaraj Mishra - Friday, March 9, 2012 2:12 PM - Items 1 to 20 of 2649836 Next ›
No announcements