Actually the meaning of my program is, The user selects an Entity and from that entity
I display all the fields as rows in a Grid.
Ex: I have a drop down list with 3 Entities (Person, Visitor and employee)
I a user selects person, i want to fetch all Fields and display them.
Maybe I can do this without generating an entity?