In an ASP.NET MVC application, when I create a strongly typed view, say for editing, using one of the entity classes created by llblgen pro, in addition to the database table fields, other properties are also used to generate editable text boxes etc. eg. IsDirty, IsNew, ObjectId etc.
How do I prevent these fields from being used to generate editable text boxes.
I am using llblgen pro 2.6, final version. Two-class self servicing, C#.