开发者

POCO support in ADO.NET Entity Framework?

开发者 https://www.devze.com 2022-12-20 00:53 出处:网络
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

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

精彩评论

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