In that post, he wants to hide some properties from clients dynamically.
In my case, I would like to do something like going to the Project Explorer / MyProject / Entities / MyTable and check only the fields I am interested in. Then, I would go to Project / Generate, something like that. This way, my entity class would have only the properties for the fields I want.
I think I can go to the generated class and delete the properties manually, but I will have to do that again when I need to regenerate it...
Paul.Lewis wrote:
cabral wrote:
Does anyone know if I can select only a subset of the fields in an entity for code generation? I am starting to build a subsystem in the .NET environment and I want to work only with a few number of fields in an entity. I don't want my entity class to have lots of properties that I will not use at all.
This links speaks to your question on subset/subclass entities:
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=551