This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Nullable types in XPO without .NET 2
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
In a previous article, I showed how nullable types, as implemented in version 2 of the .NET framework, can be persisted using XPO. But what if .NET 2.0 is not yet an option? .NET 1.1 doesn't have support for nullable types and there's no such feature in XPO, either.
If somebody comes from the database world, [...]