No announcements
Found 2912769 threads
-
0 Votes
Including dynamic entities in the entity framework
Hi all, I have a database and i am using entity framework for the same. I have designed my architecture based on the repository approach as ...Answered | 1 Replies | 3312 Views | Created by Girija Shankar - Monday, September 19, 2011 8:40 PM | Last reply by Larcolais Gong - Wednesday, September 21, 2011 8:23 AM -
0 Votes
Dynamic Columns in Entity Framework
need to create the entities based on the number of columns returned from the stored procedure, because my columns are always dynamic and change ...Answered | 1 Replies | 2870 Views | Created by M.Sengottuvel - Thursday, July 18, 2013 12:23 PM | Last reply by Nicklaus Metnik - Thursday, July 18, 2013 11:57 PM -
1 Votes
Dynamic Query in Entity Framework
bothered with anything using Linq. I would go with dynamic Entity-SQL to build dynamic queries, like it would be done if using dynamic T-SQL. I have ...Discussion | 2 Replies | 3318 Views | Created by Raghul.ms.varma - Thursday, September 18, 2014 4:50 PM | Last reply by Fred Bao - Friday, September 19, 2014 1:40 AM -
0 Votes
Dynamic search in entity framework
access the Entity Framework ObjectQuery then using a given parameter to specify the table field where to search a value given in my ...Answered | 1 Replies | 1255 Views | Created by Pascal Le Griffon - Thursday, May 2, 2013 5:05 PM | Last reply by Mr. Javaman II - Thursday, May 2, 2013 5:22 PM -
0 Votes
Refreshing Entities with the entity Framework
Using the Entity Framework, I try to keep by Data Context as atomic as possible. But I am having problems refreshing my entities in a ...Discussion | 2 Replies | 3624 Views | Created by Jeffrey Cumpsty - Tuesday, March 24, 2009 9:23 PM | Last reply by Jeffrey Cumpsty - Friday, March 27, 2009 2:14 PM -
0 Votes
Entity framework with POCO entities
I have entity framework working with POCO entities, in my repository i use base.CreateObjectSet<> to create the collections, my question ...Answered | 2 Replies | 3349 Views | Created by Ahmed Galal - Sunday, August 7, 2011 6:34 PM | Last reply by Mohammad hossain ezzati - Sunday, August 24, 2014 4:15 AM -
0 Votes
Dynamic Updates in Entity Framework
this capability to our list of DCRs. One of the big pushes for the next full version of the Entity Framework, will be better parity between EF and LINQ to ...Answered | 2 Replies | 4240 Views | Created by dfoukas - Saturday, March 8, 2008 9:19 AM | Last reply by dfoukas - Wednesday, March 12, 2008 7:12 AM -
1 Votes
Converting Entity Framework entities to Typed datasets
presently doing bulk updates. Hence is there any way where in can convert my entities directly to datasets and send and receive the datasets from ...Answered | 1 Replies | 4894 Views | Created by vherkal - Thursday, July 8, 2010 12:07 PM | Last reply by Srinivas Gantimahapatruni - MCPD - Thursday, July 8, 2010 1:38 PM -
1 Votes
Entity Framework - Mapping data entities with business entities
http://blogs.msdn.com/b/efdesign/archive/2009/03/24/self-tracking-entities-in-the-entity-framework.aspxAnswered | 1 Replies | 2584 Views | Created by vas2001 - Friday, February 17, 2012 7:34 AM | Last reply by Allen_MSDN - Monday, February 20, 2012 7:27 AM -
0 Votes
Dynamic components in Entity Framework
deployment time. It allows to extend built-in entities with custom properties. Is it possible to achive the same with Entity ...Unanswered | 5 Replies | 5617 Views | Created by Alex Mrynsky - Tuesday, February 1, 2011 10:51 PM | Last reply by Jackie-Sun - Wednesday, February 23, 2011 3:06 AM -
0 Votes
Entity Framework - Loading related entities
surprisingly performant. Entity Framework (up to 4 i am sure) provides no mapping of Skip() and Take() to SQL syntax, neither in LINQ nor ...Answered | 9 Replies | 15056 Views | Created by wildwolfangelos - Wednesday, February 10, 2010 12:50 PM | Last reply by MiB8888 - Thursday, August 23, 2012 2:41 PM -
1 Votes
Dynamic query in entity framework
query in Entity framework, so that I could specify only the desired columns in the query. Example: 1) select * from XXX where yy ='abc' ...Unanswered | 3 Replies | 4410 Views | Created by Rajiv325 - Wednesday, March 18, 2009 1:53 PM | Last reply by Graham Hay - Thursday, March 19, 2009 9:05 AM -
0 Votes
Dynamic Query in Entity Framework
Entity Framework 4 has been released with the VS2010 RTM. In EF4, we have many greatAnswered | 6 Replies | 13781 Views | Created by MarweN Boughattas - Monday, April 12, 2010 10:39 AM | Last reply by Michael Sun [MSFT] - Monday, April 26, 2010 1:34 AM -
1 Votes
Casting Entity Framework Entities in the “Wrong” Direction
that calling a stored procedure to create the additional record in the Accounts table is the only way to go, but up to now we have not bypassed the ...Answered | 1 Replies | 3270 Views | Created by dwalker3 - Thursday, March 26, 2009 11:46 AM | Last reply by Julie Lerman - Thursday, March 26, 2009 1:38 PM -
0 Votes
Dynamic Grid: Entity Framework
Entity Framework: http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threadsAnswered | 1 Replies | 4102 Views | Created by Manoj.verma - Thursday, April 5, 2012 9:49 AM | Last reply by Ed Price - MSFT - Monday, April 9, 2012 4:36 AM -
1 Votes
Entity Framework Power Tools - naming the entities?
this happen? Apparently it has something to do with the database and not entity frameworkUnanswered | 1 Replies | 1247 Views | Created by Casper Thule Hansen - Thursday, September 13, 2012 9:27 AM | Last reply by BlueblueSummerSky - Monday, September 17, 2012 1:48 AM -
0 Votes
Entity Framework Dynamic Database Creation
Hello, In Entity Framework 4.0 there is a new feature called code first which allows you to create your entities and context model ...Answered | 1 Replies | 4845 Views | Created by Samudra Vishvajith - Friday, November 12, 2010 4:46 AM | Last reply by liurong luo - Monday, November 15, 2010 6:52 AM -
0 Votes
Entity framework collection with dynamic types
Hello, In entity framework, it is possible to automatically map resultsets with variable number of columns in EF. We ...Answered | 1 Replies | 5592 Views | Created by MrinalK - Monday, June 9, 2014 3:52 PM | Last reply by Fred Bao - Tuesday, June 10, 2014 1:59 AM -
0 Votes
Entity Framework and Dynamic Tables
Hi rockshire; Entity Framework and as well as Linq to SQL are both a strongly typed database query language. In order to map entities / classes ...Answered | 2 Replies | 7879 Views | Created by rockshire - Friday, March 23, 2012 4:44 PM | Last reply by Kenyan_Developer - Monday, August 5, 2013 10:09 AM -
0 Votes
Accessing ADO.NET Entity Framework entities via WCF
So something is wrong. Do I still have to pack the entities in some datacontract? No, Check this ...Answered | 1 Replies | 2544 Views | Created by TriumphOfTruth2 - Friday, February 19, 2010 5:44 AM | Last reply by Amyo Kabir - Friday, February 19, 2010 9:13 AM - Items 1 to 20 of 2912769 Next ›
No announcements