C#'s new ?? operator
posted by bottles(420) 5 years, 10 months ago 0
Original post here: http://pluralsight.com/blogs/fritz/archive/2005/12/07/17313.aspx
Reply
Unfortunately, you can't do something like 'object o = someStringThatMightBeNull ?? DBNull.Value'. Oh well.