No announcements
Found 3762027 threads
-
0 Votes
select query using Linq
The performance of LINQ queries against the XDocument will very much depend on the exact query you have and on the exact structure of the XML you have.Answered | 1 Replies | 4338 Views | Created by infy123 - Tuesday, August 4, 2009 6:30 AM | Last reply by Martin Honnen - Wednesday, August 5, 2009 12:42 PM -
0 Votes
Problem with LINQ and Reflection
I will try to use this solution.Answered | 2 Replies | 4959 Views | Created by Victor SC - Tuesday, April 26, 2011 2:40 PM | Last reply by Victor SC - Tuesday, April 26, 2011 8:02 PM -
0 Votes
How to select elements dynamically using linq query?
http://msdn.microsoft.com/en-us/library/dd264736.aspx Also take a look at ExpandoObject in ...Answered | 1 Replies | 891 Views | Created by Asim B - Thursday, December 19, 2013 12:19 PM | Last reply by dev hedgehog - Thursday, December 19, 2013 7:46 PM -
0 Votes
Dynamic Linq Query?
Hi, This should help you.Answered | 2 Replies | 3219 Views | Created by Sivakanth trichy - Tuesday, November 29, 2011 5:30 AM | Last reply by Sheldon _Xiao - Wednesday, November 30, 2011 6:26 AM -
0 Votes
how to query on a table using linq in lightswitch
Hi First, not all linq statements are supported, but most useful ones are.Answered | 1 Replies | 2667 Views | Created by priyanka reddy - Monday, January 23, 2012 9:49 AM | Last reply by TakalaneSesame - Monday, January 23, 2012 10:19 AM -
0 Votes
using REST to Querying Entity (by LINQ)
Mahesh As Mike and Kapil mention, the answers your are seeking are located at http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx Pls refer to ...Answered | 4 Replies | 7904 Views | Created by Mahesh Jadhav 9 - Monday, October 13, 2008 9:50 AM | Last reply by Mahesh Jadhav 9 - Tuesday, October 14, 2008 10:23 AM -
4 Votes
How to find pairs in a list using LINQ query?
Jvis said: (I’m really curious in how your query is actually executed.)Answered | 10 Replies | 4821 Views | Created by Jvis - Friday, February 13, 2009 4:29 AM | Last reply by KristoferA - Wednesday, February 25, 2009 9:37 AM -
0 Votes
Can you use reflection to create a linq query?
If you have any feedback, please tell us.Answered | 5 Replies | 2964 Views | Created by seckley - Wednesday, December 23, 2009 1:41 AM | Last reply by Michael Sun [MSFT] - Thursday, December 24, 2009 1:24 AM -
0 Votes
How to write recursive Query in LINQ
Hi, Please Ref, Linq query recursionAnswered | 2 Replies | 20993 Views | Created by Samir1014 - Friday, April 19, 2013 3:07 AM | Last reply by Sankarsan Parida - Friday, April 19, 2013 10:07 AM -
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 | 1027 Views | Created by SamsonYerraguntla - Thursday, July 7, 2016 4:33 PM | Last reply by Zhanglong Wu - Friday, July 8, 2016 3:30 AM -
0 Votes
How to write nested linq query
Hi Harshul Antriwale According to your description, as far as I know, in Linq query, For “in” keywords, ...Answered | 1 Replies | 788 Views | Created by Harshul Antriwale - Tuesday, October 20, 2015 7:31 AM | Last reply by Grady_Dong - Wednesday, October 21, 2015 4:09 AM -
1 Votes
How to use a conditional Include with Linq to Entities queries ?
Then instead of using select new {...} to materialize an annonymous type you can use select new MyRowType {...} to materialize the results.Answered | 7 Replies | 54430 Views | Created by emnu71 - Thursday, July 16, 2009 11:52 AM | Last reply by CJKee - Saturday, July 1, 2017 1:27 AM -
1 Votes
using LINQ, how can i query out dbf table.
I was able to use it for querying out info from an XML file but now i have to use the DBF file from a folder.Answered | 2 Replies | 6158 Views | Created by musa.biralo - Wednesday, September 2, 2009 5:13 PM | Last reply by Levi Domingos - Friday, September 4, 2009 11:55 PM -
1 Votes
Dynamic LINQ query
The reason is that 'c.DueDate ascending' in the query is not a string.Answered | 4 Replies | 2273 Views | Created by spark29er - Thursday, November 1, 2012 6:16 PM | Last reply by Louis.fr - Tuesday, November 6, 2012 1:25 PM -
0 Votes
Linq query
LINQ methods simply return an IEnumerable<T>.Answered | 10 Replies | 1629 Views | Created by chippiejnr - Wednesday, July 11, 2012 3:38 PM | Last reply by servy42 - Thursday, July 12, 2012 2:42 PM -
0 Votes
Using a Variable to define tablename in a LINQ Query
Usually this might mean using ADO.NET directly or what I prefer to do to continue to take advantage of LINQ is use LINQ to stored procedures.Answered | 1 Replies | 4883 Views | Created by Clay Morius - Thursday, January 6, 2011 5:34 PM | Last reply by Allan Merolla - Monday, January 10, 2011 12:14 AM -
0 Votes
Linq Query inside Query
See if this ...Answered | 3 Replies | 1343 Views | Created by maddtechwf1 - Wednesday, November 7, 2012 2:58 PM | Last reply by maddtechwf1 - Thursday, November 8, 2012 3:08 PM -
0 Votes
Confusion regarding a linq query
I have a post in my blog, where I'm explaining how JOIN operation works in LINQ.Answered | 1 Replies | 1626 Views | Created by Mou_kolkata - Wednesday, January 16, 2013 6:15 PM | Last reply by Michael Samteladze - Thursday, January 17, 2013 8:47 AM -
0 Votes
what's better using CAML Queries or LINQ
Hi, Just for your info, as stated by Paul, SPLINQ translates your linq queries into CAML which is afterwards transformed by the SharePoint API into SQL ...Answered | 3 Replies | 12461 Views | Created by william_karma - Saturday, May 28, 2011 8:04 PM | Last reply by stephane eyskens - Saturday, May 5, 2012 5:20 PM -
0 Votes
LINQ query
thanks for the reply- if i use: var myLinqQuery = from c in dc.Users where c.userID = username select ...Answered | 7 Replies | 3327 Views | Created by Lumpy_87 - Friday, May 15, 2009 2:14 PM | Last reply by Lumpy_87 - Friday, May 15, 2009 3:42 PM - Items 1 to 20 of 3762027 Next ›
No announcements