Nullable types and typed DataSets

written by Ryan Olshan on Thursday, February 09 2006

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

Kick this post on .NET Kicks

Similar Posts

  1. Bind does not exist in the current context
  2. Nullable Types
  3. Debt free and proud of it

Comments

  • Andrew on on 3.21.2006 at 9:14 PM

    Andrew avatar

    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."








Post a comment