a model without mapping some fileds

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
Q.X
Posts: 22
Joined: Mon 24 Sep 2012 09:19

a model without mapping some fileds

Post by Q.X » Wed 28 Jun 2017 14:15

I have a model like
[order], with fields a,b,c mapping to the table [tbl_order] with fileds a,b
I don't want to mapping filed c
how to do this?
it seems i must mapping model fields wiht table one by one

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: a model without mapping some fileds

Post by Shalex » Mon 03 Jul 2017 17:29

Please remove the property/field c from your model, save the model and regenerate the code.

If this doesn't help, specify:
1) the exact text of the error you are getting
2) the name of ORM you are currently working with (NHibernate, Entity Framework, etc)

Post Reply