Entity First Framework Code: Skip Initial Discovery Model

I used the ignore method to ignore the objects that EF is trying to map to my DB against my will. Doc states:

This is used to remove types from a model that were added by convention at the time the original model was discovered .

Now I find myself doing this for too many objects in my model. Is there a way to tell EF I'm going to manually render the entire model or just skip the initial opening?

+3
c # entity-framework


source to share


No one has answered this question yet

Check out similar questions:

783
Entity Framework vs LINQ to SQL
758
Entity Framework 5 Record Update
630
Fastest way to insert into Entity framework
595
First Code - Model / Database First
515
How can I get the ID of the inserted entity in the Entity framework?
461
How do I view the SQL generated by the Entity Framework?
443
SqlException from Entity Framework - new transaction is not allowed because there are other threads in the session
401
Entity Framework Service Provider not found for ADO.NET Provider with invariant name 'System.Data.SqlClient'
259
Ignoring Class Property in Entity Framework 4.1 Code First
2
Let Entity Framework (code first) ignore indexed property



All Articles
Loading...
X
Show
Funny
Dev
Pics