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.
No it is not possible. It is a reason why CreateObject method exists.
精彩评论