I'm asking since I saw that Entity Framework 4 does not support this usage. Anyone got an answer / a link to one?
Thanks.
I'm asking since I saw that Entity Framework 4 does not support this usage. Anyone got an answer / a link to one?
Thanks.
Not out of the box, but you can write support for it (and any other type from any other DB) by implementing IUserType
.