Entity Framework .. partial constructor
- by adamjellyit
Hi .. I intend to extend the constructors of some of the entities in my Entity Framework (4).
However how do I ensure that my constructor is run after the model has run its.
i.e. I want to ensure that the the object holds the data from the database before I work on it in my constructor.