No announcements
Found 2930567 threads
-
0 Votes
LINQ to Entities does not recognize the method 'System.Collections.Generic.List1[Project.RoleModel] ToList[RoleModel]
(RoleModel)y.Id).ToList(), Username = x.Username }); When I run this query I get the ...Answered | 1 Replies | 4603 Views | Created by MDMoura - Tuesday, October 15, 2013 4:17 PM | Last reply by Fred Bao - Wednesday, October 16, 2013 5:46 AM -
0 Votes
LINQ to Entities does not recognize the method custom method
http://stackoverflow.com/questions/3554630/linq-to-entities-does-not-recognize-the-methodAnswered | 3 Replies | 3978 Views | Created by Zarei Ramin - Friday, June 10, 2011 7:52 PM | Last reply by Zarei Ramin - Friday, June 10, 2011 8:22 PM -
0 Votes
LINQ to Entities does not recognize the method help
= GetTotalCaseLabour((int)eachCase.case_id), } ).ToList(); return cases; ...Answered | 3 Replies | 4002 Views | Created by Scott Fitness - Wednesday, April 20, 2011 9:04 PM | Last reply by Jackie-Sun - Monday, April 25, 2011 9:52 AM -
0 Votes
LINQ to Entities does not recognize the method 'System.String ToString()'
Following link help you indentifying problems. httpAnswered | 7 Replies | 3120 Views | Created by MAYANK MANI PANDEY - Tuesday, April 28, 2015 11:34 AM | Last reply by Viorel_ - Tuesday, April 28, 2015 5:58 PM -
0 Votes
LINQ to Entities does not recognize the method
. I try to cast inside the query and I obtains the error "LINQ to Entities does ...Answered | 2 Replies | 4681 Views | Created by Alexandre Barault - Sunday, June 12, 2011 8:27 PM | Last reply by Fernando Soto - MCSD - Sunday, June 12, 2011 8:57 PM -
0 Votes
LINQ to Entities does not recognize the method 'Boolean LikeString
following: LINQ to Entities does not recognize the method 'Boolean LikeString(System.String, System.String, ...Answered | 2 Replies | 18016 Views | Created by eric_tanudji - Monday, October 6, 2008 8:41 PM | Last reply by eric_tanudji - Thursday, October 16, 2008 8:14 PM -
1 Votes
c# LINQ to Entities does not recognize the method 'Boolean
"c# LINQ to Entities does not recognize the method 'Boolean"Proposed | 3 Replies | 2621 Views | Created by pianoboyCoder - Friday, November 3, 2017 11:01 PM | Last reply by Yong Lu - Monday, November 6, 2017 2:43 AM -
0 Votes
"Linq to entities does not recognize the method" workaround
); return occurrences; } But when I try to use it with EF, I get ...Answered | 1 Replies | 2269 Views | Created by Lucas Phillip - Wednesday, December 28, 2011 1:47 PM | Last reply by Fernando Soto - MCSD - Wednesday, December 28, 2011 2:44 PM -
0 Votes
LINQ to Entities does not recognize the method 'System.Collections.Generic.Dictionary'
) }); I get the following error: LINQ to Entities does not ...Answered | 2 Replies | 4062 Views | Created by MDMoura - Monday, November 7, 2011 2:23 PM | Last reply by JendaPerl - Tuesday, November 8, 2011 1:29 PM -
0 Votes
LINQ to Entities does not recognize the method 'System.Linq.IQueryable
LINQ to Entities does not recognize the method 'System.Linq.IQueryable`1[Persistencia.tabs_notas] ...Answered | 3 Replies | 4681 Views | Created by Luiz Fernando Cruz - Tuesday, October 29, 2013 8:06 PM | Last reply by GalleryIsUsed - Thursday, October 31, 2013 4:21 AM -
0 Votes
LINQ expression thorws exception "LINQ to Entities does not recognize the method 'System.String get_Item(Int32)'
Mode.ID).First<int>(); The first ones works fine without any exception while the second one throws following ...Unanswered | 5 Replies | 8625 Views | Created by Sachin R. Chavan - Wednesday, September 17, 2014 6:25 AM | Last reply by Fred Bao - Thursday, September 18, 2014 9:09 AM -
0 Votes
linq to entities does not recognize the method 'system.double todouble(System.decimal)'
does not recognize the method 'system.double todouble(System.decimal)' Is it possible to convert data in ...Answered | 2 Replies | 1494 Views | Created by folkrox - Friday, June 8, 2012 3:41 AM | Last reply by folkrox - Friday, June 8, 2012 3:58 AM -
3 Votes
Why LINQ to Entities does not recognize the method 'System.String PadLeft(Int32, Char)' ?
Hi, I don't really understand why "LINQ to Entities does not recognize the method 'System.String ...Answered | 3 Replies | 11593 Views | Created by Chrizarus - Friday, July 24, 2009 1:37 PM | Last reply by gtoulouse - Thursday, October 21, 2010 2:14 PM -
5 Votes
LINQ to Entities does not recognize the method 'System.String ToString()' method
I'm getting the following error: System.NotSupportedException: LINQ to Entities does notAnswered | 9 Replies | 105580 Views | Created by Lawrence Parker - Thursday, August 28, 2008 7:09 PM | Last reply by Officer Francis Llewelyn 'Ponch' Poncherello - Thursday, June 20, 2013 11:44 PM -
0 Votes
LINQ to Entities does not recognize the method 'System.String GenerateURl(System.String)' method
LINQ to Entities does not recognize the method 'System.String GenerateURl(System.String)' method, and this ...Answered | 13 Replies | 12192 Views | Created by Tugberk_Ugurlu_ - Tuesday, November 23, 2010 9:05 AM | Last reply by yspring - Tuesday, November 23, 2010 4:49 PM -
0 Votes
LINQ to Entities does not recognize the method 'Int32 ToInt32(System.String)'
;on LINQ to Entities, because EF does not know how to convert the method Convert.ToInt32 to SQL, please ...Answered | 1 Replies | 1543 Views | Created by M.Uzair - Monday, May 16, 2016 3:44 PM | Last reply by Zhanglong Wu - Tuesday, May 17, 2016 1:22 AM -
0 Votes
LINQ to Entities does not recognize the method 'System.Collections.Generic.Dictionary`. Please, need help. Thank you.
> LINQ to Entities does not recognize the method > ...Answered | 4 Replies | 9757 Views | Created by MDMoura - Thursday, June 23, 2011 5:48 PM | Last reply by JendaPerl - Friday, June 24, 2011 12:21 PM -
0 Votes
Error :Entities does not recognize the method 'Boolean Contains(Int32)
HI , I am getting error like : "LINQ to Entities does not recognize the method ...Answered | 2 Replies | 3156 Views | Created by Sandra.CRM - Thursday, January 31, 2013 9:05 AM | Last reply by Fernando Soto - MCSD - Thursday, January 31, 2013 4:39 PM -
0 Votes
Visual Basic : LINQ to Entities does not recognize the method 'System.String ToString()' method
Hi Farron, The problem arises because ToString method isn’t really executed, it is turned into a MethodGroup and then parsed and translated to SQL. ...Answered | 2 Replies | 886 Views | Created by Fan Farron - Thursday, May 22, 2014 4:40 PM | Last reply by Fan Farron - Friday, May 23, 2014 10:55 PM -
0 Votes
Linq to sql ToList Method efficiency
If someObj is an IEnumerable<long>, calling ToList() or ToList<long>() is exactly the same thing.Answered | 5 Replies | 3897 Views | Created by nccsbim071 - Tuesday, May 25, 2010 10:02 AM | Last reply by Louis.fr - Monday, May 31, 2010 12:30 PM - Items 1 to 20 of 2930567 Next ›
No announcements