2

I'm asking since I saw that Entity Framework 4 does not support this usage. Anyone got an answer / a link to one?

Thanks.

Noich
  • 14,631
  • 15
  • 62
  • 90

1 Answers1

2

Not out of the box, but you can write support for it (and any other type from any other DB) by implementing IUserType.

Diego Mijelshon
  • 52,548
  • 16
  • 116
  • 154