is it possible to add properties at run-time to a class that was generated by the entity framework? I am successful in doing so with POCO classes that inherit from DynamicObject but when I try to do the same thing with my entity classes, I receive the error "Partial declarations of [class name] must not specify different base classes".
|
feedback
|
|
I'm actually pretty surprised that works with L2S; Your intent isn't clear, but if this is for data-binding purposes, you might want to look at custom object models, via | |||||
feedback
|