Base solution for your next web application
Open Closed

Generating code from views #8400


User avatar
0
ngarimalla created

Hello -

We have several complex views and tables in our database. We want to reverse-engineer these into C# entities and generate AspNetZero code for these. How can we do this.

What I mean is - we have a complex view in our DB (Source DB). When we select "Load Entity from Database" from the RAD tool menu, we can select this view and specify which columns to include in the Grid. But when this is migrated to the target DB, will it still retain the logic behind the view or will it convert to a new table based on that view? We want to retain the logic behind the view.. Can you help with that?


2 Answer(s)
  • User Avatar
    0
    yekalkan created

    Tool just reads the columns of the table you selected from database and creates new properties with same name and data type. It doesn't help you with any relationship or logic in database.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.