How do I verify my EF4 Code-Only mappings?

Posted by Tomas Lycken on Stack Overflow See other posts from Stack Overflow or by Tomas Lycken
Published on 2010-04-09T20:40:46Z Indexed on 2010/04/09 20:43 UTC
Read the original article Hit count: 138

In NHibernate, there is a method doing something like ThisOrThat.VeryfyMappings() (I don't know the exact definition of it since it was a while ago I last tried NHibernate...)

I recall seeing a blog post somewhere where the author showed how to do some similar testing in Entity Framework 4, but now I cant find it. So, how do I test my EF4 Code-Only mappings?

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework-4