No announcements
Found 2273930 threads
-
0 Votes
Prevent changes to the CS file(s) generated by Entity Framework
When you call SaveChanges it knows that an entity has been edited.Answered | 8 Replies | 780 Views | Created by Jawsurgeon - Wednesday, March 16, 2016 3:19 PM | Last reply by Andy ONeill - Tuesday, March 29, 2016 9:43 AM -
0 Votes
Problem on generating entities with S at the end
Hi Kitano, It is a strange problem, as you described, the extention "dbml" is LINQ to SQL, I'm not sure your problem may cause by use LINQ to ...Answered | 1 Replies | 2042 Views | Created by Kitano - Friday, April 20, 2012 2:05 AM | Last reply by Alan_chen - Monday, April 23, 2012 12:16 PM -
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 674 Views | Created by Jawsurgeon - Monday, December 21, 2015 5:47 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 10:16 AM -
1 Votes
Poco entity generator
" The current version of the POCO templates generate change tracking proxies with fixup.Answered | 4 Replies | 3508 Views | Created by Alexandre Martins - Thursday, May 27, 2010 1:52 PM | Last reply by Alexandre Martins - Friday, May 28, 2010 5:33 PM -
2 Votes
End User Entity Error reporting.
It would even seem advantageous to be able to turn extensive runtime error messaging on or off to troubleshoot obscure problems that arise after application distribution.Answered | 3 Replies | 2968 Views | Created by Synesis - Wednesday, November 17, 2010 9:55 PM | Last reply by Yann Duran - Friday, May 13, 2011 12:27 PM -
0 Votes
Entity Framework View Generation Fails
I've written an updated version, which can be downloaded here: http://blog.angeloflogic.com/2013/09/entity-framework-t4-view-generator-and.htmlAnswered | 5 Replies | 5298 Views | Created by Vincent Bivona - Wednesday, July 13, 2011 3:19 AM | Last reply by Robert Važan (SK) - Wednesday, September 25, 2013 8:50 AM -
0 Votes
How to generate Entity Framework Model from database without Associations?
<copied> If I am generating hundreds of entities via the designer and have to update model from database on a regular basis, having to go into the edmx file, ...Answered | 3 Replies | 1683 Views | Created by Think About - Monday, September 9, 2013 10:04 AM | Last reply by darnold924 - Monday, September 23, 2013 6:35 AM -
1 Votes
Code First generation of Entities from database where PKs are GUIDs
Along with this I had to update the C-S Mappings so the FK Property name is now used.Answered | 7 Replies | 4020 Views | Created by Christopher Hurst - Friday, September 30, 2011 9:08 PM | Last reply by Christopher Hurst - Thursday, December 8, 2011 4:38 PM -
0 Votes
Generic function to retrieve Entity from different DB
As the table structure is the same accross all databases you should be able to use the same classes by just passing the appropriate connection string when creating the context (you show some code but ...Answered | 3 Replies | 2866 Views | Created by gankh - Thursday, April 5, 2012 5:43 AM | Last reply by Allen Li - Coding4Fun - Monday, April 9, 2012 2:43 AM -
2 Votes
How do I get the actual Entities at the ends of a RelationshipEntry?
How can I know which end comes from the table containing the foreign key relationship.Answered | 10 Replies | 8720 Views | Created by wfcII - Wednesday, August 11, 2010 8:54 PM | Last reply by voilbak - Tuesday, December 21, 2010 9:47 PM -
0 Votes
generic data records (entity instances) versioning using timestamped entity relations
None of the Dynamics ERP products have a general pattern for versioning because it isn't a core requirement for those products.Answered | 4 Replies | 3640 Views | Created by petr.antos - Thursday, October 14, 2010 6:30 AM | Last reply by petr.antos - Friday, October 15, 2010 11:10 PM -
0 Votes
Can not generate entity data model
when you choose to generate a model from a database?Answered | 9 Replies | 4618 Views | Created by FYoung - Thursday, March 12, 2009 12:05 PM | Last reply by brownap - Thursday, March 25, 2010 2:17 AM -
0 Votes
Report Generates 1000's of pages
It will work for weeks printing one page (this report gets generated maybe 20 times a day, so many times it works), and then this problem manifests.Answered | 14 Replies | 4490 Views | Created by Joneboy - Friday, May 13, 2011 8:58 AM | Last reply by Badri S - Saturday, November 19, 2011 5:01 AM -
0 Votes
How to generate Entity Model using code?
EdmGen is the only tool to generate edmx file now, you can submit your good suggestion here.Answered | 1 Replies | 1726 Views | Created by Dev Man 101 - Friday, August 24, 2012 8:19 AM | Last reply by Allen Li - Coding4Fun - Monday, August 27, 2012 6:23 AM -
0 Votes
Problem with Entity Key
It's an option on EF wizard when it asks you "Do you want the entity names to be plural by adding an 'S'?Answered | 4 Replies | 3507 Views | Created by kmiloaguilar - Tuesday, February 15, 2011 5:17 PM | Last reply by darnold92 - Thursday, February 17, 2011 9:36 PM -
0 Votes
Entity Framework
Then there are versions to contend with e.g. the current flavor is Entity Framework 6 which is being eclipsed by Entity Framework Core.Answered | 2 Replies | 765 Views | Created by John sot - Sunday, January 15, 2017 12:28 AM | Last reply by Kareninstructor - Sunday, January 15, 2017 1:11 AM -
0 Votes
Problem partially updating entities
In this case, you'd requery the entity (i.e. don't use Refresh), and then re-set the original values of the entity using data from this query.Answered | 2 Replies | 3614 Views | Created by Nazo - Tuesday, August 4, 2009 3:33 PM | Last reply by Nazo - Thursday, September 24, 2009 3:57 PM -
0 Votes
Is it possible to use a LIghtSwitch generated entity in a custom control
I did find that I can reference the LightSwitch Common project and gain access to the typed entities instead of the LightSwitch ClientGenerated assembly.Answered | 4 Replies | 2010 Views | Created by CS Dev - Tuesday, May 8, 2012 9:44 PM | Last reply by CS Dev - Wednesday, May 9, 2012 1:38 PM -
0 Votes
Entity FrameWork Problem Extend Classes
I am using the entity framework in a dll project.Answered | 4 Replies | 3914 Views | Created by Thiago MDTech - Thursday, June 10, 2010 3:14 PM | Last reply by JA Reyes - Tuesday, June 22, 2010 3:23 PM -
2 Votes
Inheritance problem in Entity Framework 4.0
This way with the help of T4 class generators, developers can create extensible business classes, they do not have to worry about data persistance as EF would take care of ...Answered | 8 Replies | 5270 Views | Created by jainabhishek77 - Monday, May 17, 2010 12:24 PM | Last reply by Matthew LEAN . D - Friday, May 21, 2010 1:14 PM - Items 1 to 20 of 2273930 Next ›
No announcements