Extended properties with Entity Framework or NHibernate
Posted
by Artem Tikhomirov
on Stack Overflow
See other posts from Stack Overflow
or by Artem Tikhomirov
Published on 2010-03-20T20:48:24Z
Indexed on
2010/03/20
20:51 UTC
Read the original article
Hit count: 241
Hello, everyone!
Is there are an easy way to store some of entitie's properties in a column as a bulk, as XML or something? Querieng by those properties of course is not an option, but it still'd be valuble to be able to extend data model without database migration.
© Stack Overflow or respective owner