Nullable types and typed DataSets
Earlier today I answered a question on a group where some guy was trying to use nullable types with a typed DataSet. Unfortunately, this feature was cut out at the last moment. But, there is a way around this.
Adding Functionality to a Typed DataSet using Partial Classes





Comments
Andrew on on 3.21.2006 at 9:14 PM
You said: "First off, here's what it doesn't do... you can't bind to it in the front end, since technically a column named MyShippedDate doesn't exist. I'm sure we could get the functionality if we really needed it, but that's beyond the scope of this blog entry."