No announcements
Found 2885664 threads
-
1 Votes
Sql query to Entity Framework
Moved to Entity Framework group on MSDN Forums for best response.Answered | 2 Replies | 899 Views | Created by Lovalace - Monday, December 2, 2013 5:02 PM | Last reply by Fred Bao - Tuesday, December 3, 2013 6:56 AM -
0 Votes
Convert SQL query to Entity Framework
Hey everyone! I'm having a problem to convert existing SQL query to Entity Framework. My ...Answered | 2 Replies | 699 Views | Created by Talshper - Tuesday, August 18, 2020 7:13 PM | Last reply by Daniel_Zhang-MSFT - Friday, August 21, 2020 5:19 AM -
0 Votes
How can i convert this sql query to entity framework
r.rnk == 1); Best regards, Cole Wu We are trying to better understand customerAnswered | 2 Replies | 1395 Views | Created by Firas Farhat - Thursday, May 19, 2016 1:24 PM | Last reply by Zhanglong Wu - Monday, May 23, 2016 4:28 AM -
0 Votes
How do I convert my SQL query to Entity Framework DBContext
You can try to execute raw ...Unanswered | 1 Replies | 748 Views | Created by PS_28 - Friday, June 12, 2020 9:45 AM | Last reply by DA924x - Saturday, June 13, 2020 4:38 PM -
0 Votes
How can i convert this sql query to entity framework version 4.0 query?
Hi AlpeshSoni; The following Linq to SQL query should return the same results as your TSQL query. The names of the DataContext must be changed ...Answered | 3 Replies | 7241 Views | Created by AlpeshSoni - Monday, October 17, 2011 7:02 PM | Last reply by AlpeshSoni - Tuesday, October 18, 2011 1:56 PM -
0 Votes
How can i convert this sql query to entity framework version 4.0
You can use SQL directly in Entity Framework, if your context class is derived from DbContext class. Here is an example:Answered | 1 Replies | 1171 Views | Created by Funksta1974 - Monday, November 19, 2012 4:47 PM | Last reply by Alexander Sun - Wednesday, November 21, 2012 2:59 AM -
0 Votes
LINQ QUERY TO SQL QUERY using DbSet i.e Cofe First Entity Framework.
Hello people, Here am trying to Get Sql Query out of linq query using DbContext and Dbset. And my observation is when I ...Unanswered | 1 Replies | 1559 Views | Created by Naga Sreenivas - Monday, May 6, 2013 3:56 AM | Last reply by Chester Hong - Wednesday, May 8, 2013 7:42 AM -
0 Votes
Entity Framework first query to a SQL CE Database very slow on particular computer
Hello, The second query using SQLCE is fast, it is only the first query that is slow. I also made a test website that uses the Entities ...Unanswered | 17 Replies | 11888 Views | Created by peternoyes - Wednesday, September 23, 2009 9:54 PM | Last reply by jr31 - Monday, January 9, 2012 5:18 PM -
0 Votes
Manipulating a SQL query in the Entity Framework Provider
performance of my data service, I want to remove the clause in the SQL string Entity Framework ... -
0 Votes
Entity framework and Entity SQL
Where i can find a book or documetation on entity framework in general ad in particular entity sql for do the query? What advice to ...Proposed | 1 Replies | 4025 Views | Created by giuseppe500 - Friday, June 12, 2009 9:42 AM | Last reply by Gil Fink - Friday, June 12, 2009 11:35 AM -
0 Votes
Entity Framework SQL caching
My mobile service uses a SQL database via Entity Framework which I think implements some sort of caching. Problem is when I update the database via a ...Unanswered | 2 Replies | 587 Views | Created by Jandieg - Tuesday, October 27, 2015 7:52 PM | Last reply by Jandieg - Wednesday, November 4, 2015 6:19 AM -
0 Votes
What will the linq equivalent of this sql query
EF designers in VS2008 and VS2010 huagati.com/L2SProfiler - Query profiler for Linq-to-SQL, Entity Framework v4, and LLBLGen ...Answered | 1 Replies | 3890 Views | Created by samcreator - Sunday, July 11, 2010 9:01 AM | Last reply by KristoferA - Sunday, July 11, 2010 10:35 AM -
0 Votes
Silverlight - Issue with updating an object in WCF RIA Services and Entity Framework
in my application contains a view from sql server database that has an EntityKey setup and mapped up to 3 stored procedure in the entity ... -
0 Votes
SQL FileStream and Entity Framework Performance
worst than Varbinary if it is access via T-SQL. Entity Framework always generate T-SQL query. Thus, is it a good idea of using ...Answered | 2 Replies | 5669 Views | Created by ehor - Tuesday, April 26, 2011 12:22 AM | Last reply by Pcnova - Monday, August 27, 2018 7:26 PM -
0 Votes
SQL Azure - catalog views
- Rule based class and property naming, Compare and Sync model <=> DB, Sync SSDL <=> CSDL (EF4) huagati.com/L2SProfiler - Query ...Answered | 2 Replies | 6930 Views | Created by KristoferA - Wednesday, December 1, 2010 1:48 AM | Last reply by KristoferA - Wednesday, December 1, 2010 11:24 AM -
1 Votes
Repeater not databinding after linq query
Kristofer - Huagati Systems Co., Ltd. - Cool tools for Linq-to-SQL and Entity Framework: www.huagati.com/dbmltools (VS designer add-in), www.huagati.com/L2SProfiler ...Answered | 1 Replies | 5024 Views | Created by Bill_Yeager - Wednesday, October 14, 2009 11:01 PM | Last reply by KristoferA - Thursday, October 15, 2009 3:11 AM -
0 Votes
Executing T-SQL query in Entity data model
Jehedur, Thanks for the reply. I am aware of using SQLCommand.We do not use SQLCommand rather ado.net entity framework. I may want to ...Unanswered | 5 Replies | 10256 Views | Created by MrGenius - Friday, August 6, 2010 5:07 AM | Last reply by Jahedur.Rahman - Monday, August 9, 2010 4:57 AM -
0 Votes
linq to sql, update entities without loosing changes
tools for Linq-to-SQL and Entity Framework: www.huagati.com/dbmltools (VS designer add-in), www.huagati.com/L2SProfiler (query profiler for L2S)Answered | 1 Replies | 3924 Views | Created by peach_wyss - Monday, September 28, 2009 3:15 PM | Last reply by KristoferA - Monday, September 28, 2009 4:28 PM -
0 Votes
What's the differences between Linq2Sql and Ado.Net Entity Framework
LINQ to SQL is SQL-Server specific and the objects bear a strong resemblance to theAnswered | 1 Replies | 4511 Views | Created by ms44cn - Friday, August 22, 2008 8:35 AM | Last reply by Damien Guard - Friday, August 22, 2008 5:17 PM -
0 Votes
same query in LINQ-to-SQL and LINQ-to-Entities produces different results
Hi I am trying to use Entity Framework where possible, however I have run into a strange problem. I have a view in my sql ...Unanswered | 1 Replies | 4190 Views | Created by Magick93 - Tuesday, May 5, 2009 12:13 PM | Last reply by KristoferA - Wednesday, May 6, 2009 6:27 AM - Items 1 to 20 of 2885664 Next ›
No announcements