No announcements
Found 2909977 threads
-
0 Votes
BuildContainsExpression clause for Linq to Entities
Thank you for posting. After I checked your post, it looks that your questioin was related to Timestamp property. The Timestamp property is a ...Answered | 1 Replies | 2241 Views | Created by nigelgos - Monday, July 18, 2011 2:57 PM | Last reply by Larcolais Gong - Wednesday, July 20, 2011 7:28 AM -
0 Votes
IN clause in LINQ to entities
The following code is throwing exception when try to implement the IN clause using LINQ to ...Answered | 4 Replies | 11216 Views | Created by pramodh - Friday, February 6, 2009 11:13 AM | Last reply by Colin Meek - Monday, February 9, 2009 10:45 PM -
0 Votes
BuildContainsExpression
I think this is what you are missing... :) public static System.Linq.Expressions.Expression<Func<TElement, bool>> ...Unanswered | 1 Replies | 5741 Views | Created by Pistika - Friday, December 5, 2008 3:55 AM | Last reply by Jason LEL - Tuesday, December 16, 2008 11:03 AM -
0 Votes
Linq to Entities multiple where clause
StartDate and EndDate. I am trying to write a linq to entities query to filter out by Person.Id and ...Proposed | 1 Replies | 4595 Views | Created by david.newman - Monday, August 1, 2011 10:24 AM | Last reply by Kris444 - Monday, August 1, 2011 2:33 PM -
0 Votes
Linq to entities dynamic where clause
to use the same clause in some entity's Inserting code (ApplicationDataService), but it fails saying: "Microsoft.LightSwitch.Framework.EntitySet does not contain a defintion ...Answered | 5 Replies | 5353 Views | Created by Manuel Rivera - Friday, May 11, 2012 5:01 PM | Last reply by joshbooker - Monday, December 2, 2013 10:48 PM -
4 Votes
Group By Clause in LINQ to Entities
Hi Milad; That looks right to me so I must be misunderstanding what TotalPrice is. Can you take one order from Tbl_Orders and show all its Tbl_OrderDetail records and ...Answered | 7 Replies | 5706 Views | Created by Milad-Azimi - Saturday, August 20, 2011 4:53 PM | Last reply by Fernando Soto - MCSD - Sunday, August 21, 2011 5:02 PM -
0 Votes
Update and where clause - how to with linq to entities?
use linq to entities to do this in a single transaction. You could of course use the ria services and check moments before hand if ...Unanswered | 2 Replies | 2508 Views | Created by Blast - Monday, April 25, 2011 2:25 PM | Last reply by Blast - Monday, April 25, 2011 3:01 PM -
2 Votes
NOT IN clause for Entities
LINQ to Entities allows composition of LINQ to Entities queries, not of entityAnswered | 10 Replies | 26154 Views | Created by Clint Chapman - Tuesday, April 22, 2008 3:10 PM | Last reply by Leandro Medeiros - Wednesday, December 14, 2011 5:07 PM -
0 Votes
LINQ to Entities Question
Cool tools for Linq-to-SQL and Entity Framework: huagati.com/dbmltools (add-in with new features for Visual Studio 2008's L2S and EFAnswered | 1 Replies | 3194 Views | Created by ChrisNBama - Tuesday, January 5, 2010 11:41 PM | Last reply by KristoferA - Sunday, January 10, 2010 10:15 AM -
0 Votes
Linq to Sql / Linq to Entities
use l2s now in VS2008 and then convert from l2s to l2e when VS2010 is released? After looking around the internet it seems that the syntax for Linq to Sql ...Answered | 1 Replies | 4142 Views | Created by twistedinferno - Wednesday, June 24, 2009 2:14 PM | Last reply by Jim Wooley - Wednesday, June 24, 2009 8:06 PM -
0 Votes
Template for Linq to Entities
ADO.NET Entity Framework and LINQ to Entities Forum.Answered | 8 Replies | 3855 Views | Created by cobracus - Saturday, July 9, 2011 3:35 PM | Last reply by cobracus - Friday, July 15, 2011 12:04 AM -
0 Votes
LINQ To Entities and GUIDs
I am trying to do a simple LINQ to entities statement but get an error when I execute the following: Dim ...Answered | 1 Replies | 2166 Views | Created by JMTechWare - Thursday, February 25, 2010 2:22 PM | Last reply by JMTechWare - Thursday, February 25, 2010 2:30 PM -
0 Votes
LINQ to Entities for VB
Since all of the linq samples are in CSharp you'll just have to pay for it by my incessant questions here!Answered | 3 Replies | 5363 Views | Created by Julie Lerman - Thursday, July 12, 2007 3:17 PM | Last reply by Michael Pizzo - MSFT - Thursday, July 26, 2007 7:02 PM -
0 Votes
LINQ to Entities
Linq to Entities is part of the Entity Framework which I think is due Q2 2008. It is currently available as a CTPAnswered | 1 Replies | 3335 Views | Created by Yoni Mazar - Wednesday, December 26, 2007 3:32 PM | Last reply by Ben Hall _UK_ - Wednesday, December 26, 2007 5:02 PM -
0 Votes
Linq to SQL vs Linq to Entities
it returns the incorrect data. Hi sunettew, Could you share the incorrect data with me ? And more ...Answered | 2 Replies | 1224 Views | Created by Sunettew - Wednesday, January 18, 2012 1:04 AM | Last reply by Otomii Lu - Saturday, January 21, 2012 7:48 AM -
3 Votes
LINQ Where Clause for UI
Huagati Systems Co., Ltd. Cool tools for Linq-to-SQL and Entity Framework: huagati.com/dbmltools (add-in withAnswered | 2 Replies | 3608 Views | Created by acfalcon2001 - Tuesday, November 17, 2009 10:11 PM | Last reply by Jbasingh - Wednesday, November 18, 2009 3:34 AM -
0 Votes
LINQ to Entities, Contains Clause across a RowKey, Continuation Tokens
; .Where(BuildContainsExpression<TBLThread, string>(t => t.RowKey, hashedUrls)); Using Fiddler I can see this evaluates to the ...Answered | 1 Replies | 9137 Views | Created by nigelgos - Friday, August 20, 2010 3:56 PM | Last reply by Neil Mackenzie - Friday, August 20, 2010 6:15 PM -
0 Votes
Linq to Entities design question
I see, thats what I assumed that you would do as well, however, a lot of the talk so far has been about Linq to Entities and how it reduces theUnanswered | 3 Replies | 4188 Views | Created by MarkMacumber - Sunday, September 7, 2008 9:20 AM | Last reply by Lawrence Parker - Monday, September 8, 2008 5:47 PM -
1 Votes
Linq to Entities
Hi NormalDistribution, Welcome to MSDN Forum. Based on the issue, if you want to create a Linq to Entities ...Answered | 1 Replies | 1876 Views | Created by NormalDistribution - Monday, January 2, 2012 9:19 PM | Last reply by Allen_MSDN - Wednesday, January 4, 2012 2:16 AM -
0 Votes
Linq to Entities question
Hi, i have a very basic question about linq to entities and Entity Framework. If i do a query like ...Answered | 1 Replies | 3331 Views | Created by David Villarruel - Wednesday, June 23, 2010 11:41 PM | Last reply by Syed Mehroz Alam - Thursday, June 24, 2010 6:14 AM - Items 1 to 20 of 2909977 Next ›
No announcements