i created c# data layer using entity framework 6 via code first database wizard defined of c# classes represent respective tables.
there table missed , i'm looking way generate class represent table.
is there way have class created after initial wizard has been run?
the reverse engineer tool meant used once in code first. once has been used add class represents table along other entities. if adding tables in database after have used wizzard not truely using code first. add poco class entities folder tool generated , model after others. once have done use package manager console add-migration aligns schema, next use update-database push changes sql server.
Comments
Post a Comment