0

In EF4, is it possible to convert a POCO object (created using new MyObject()) to a Dynamic Proxy (like you would get with ObjectContext.CreateObject())?

Using EF4 with T4 template for POCO.

johan
  • 1

1 Answers1

2

No it is not possible. It is a reason why CreateObject method exists.

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670