Questions tagged [ef-power-tools]

For issues relating to the EF Power Tools.

EF Power Tools is used for reverse engineering and generating read-only entity data model for code-first.

Resources:

67 questions
0
votes
1 answer

Entity Framework Power Tools Beta 4 vs Not - Using MySql

I am using VS2013, Entity Framework 5 and MySql Server 5.5 (Workbench 6.0) I have been programming in .NET for some time now but never used EF. I wanna give it a try as I hear it's a very flexible and useful tool. I read that there might be some…
Bergkamp
  • 599
  • 2
  • 6
  • 22
0
votes
2 answers

Reverse Engineering from a DB using EF Power Tools

I'm using EF Power Tools to Reverse Engineering from a DB. while in the context it properly writes //TABLE NAME: USERS public DbSet Users { get; set; } in the entity class it writes public partial class User Where the system is changing…
Sefira
  • 81
  • 2
  • 7
0
votes
0 answers

Get the generated abstract class

I'm creating a model in a Sql Server database to support the next scenary. Persons Table to hold the information of all kind of people that will interact with the application. Patients Table to hold those persons that are Patients of the medical…
Carlos_0202
  • 26
  • 1
  • 4
0
votes
1 answer

EF DbContext from Database vs. EF power tools reverse engineer from database. What is difference ?

I am using an existing database and my normal method is to add a new Entity Data Model and point it to the existing database. If I was to use the EF power tools and reverse engineer to make it 'code first' style what is the advantage of this ? Both…
punkouter
  • 5,170
  • 15
  • 71
  • 116
0
votes
1 answer

Entity Framework reverse engineering

Is it possible to ignore certian views and schema tables when generating the poco using entityframework reverse engineering templates.
Angad
  • 1,144
  • 3
  • 18
  • 39
0
votes
0 answers

Entity Framework Power Tools Beta 2 errors out website

My Site was working fine and then I installed Entity Framework Power Tools Beta 2, now the site no longer works. It seems that it must be a runtime error because there are no errors in VS 2012 IDE. There are 40 warning pertaining to the stored…
Argyle Ghost
  • 141
  • 5
  • 14
-1
votes
3 answers

cascading delete using recursive method

I need a way to delete a user and all it's constraints in other tables. I know of cascading delete in sql server but I can't use this for some reasons. Let's say a user have several orders, each of that orders have some products. so I send the user…
Ali Bordbar
  • 128
  • 2
  • 10
1 2 3 4
5