Entity Framework 5 how to add FixupCollection to Dbcontext generator DataBase First approach

Answered Entity Framework 5 how to add FixupCollection to Dbcontext generator DataBase First approach

  • Wednesday, February 06, 2013 11:29 PM
     
     

    I would like to modify T4 template of EF 5.x Dbcontext Generator to support WCF by changing its ICollection to FixupCollection as in Poco generator?

    It was straight forward enough to add Datacontract and remove virtual keyword to my entities

    this is a kind of repeated questions posted before

    How to Bind ICollection with EntityFramework 4.1 with DBContext Generator

    Any help is would be very helpful

All Replies