开发者

POCO support in ADO.NET Entity Framework?

I want to manually map my Entity Classes(POCO) to the Database tables usin ADO.NET Entity framework using the XML mapping file. Is it possible to do so, as I have heard there is no POCO support in ADO.NET Entit开发者_运维技巧y Framework for VS2008( AM I Right?).....I want to use POCO classes in my project ad use the entity framework as an ORM.


If you are talking about EF 1.0 then you should use IPOCO interfaces - a pseudo POCO implementation.


There is a poco adapter on code.msdn.com. not sure how good it is.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜