How to map a Entity Data Model conceptual model property to a storage model column using the "Serial
Posted
by codekaizen
on Stack Overflow
See other posts from Stack Overflow
or by codekaizen
Published on 2009-12-05T01:23:41Z
Indexed on
2010/04/06
22:13 UTC
Read the original article
Hit count: 226
I have a conceptual model in EDM where one of the entities has a property which is essentially a big value object whose properties aren't really useful as columns in the datamodel. I'd like to apply the Serialized LOB pattern to it so that I can fit it into a 192 byte binary column.
How do I map this in the EDM v4? Is it even possible at this time?
Actually, is it possible in any ORM?
© Stack Overflow or respective owner