I've just blogged some stuff on Nullable types in net 2.0.
Question however as to why you can't simply get an implcit conversion from a
..Net value type to to a Sql Server data type rather than having to use null
cheked and DBNull.Value ?
Does anyone have some explanation as to why this is so tricky as to be
included?
Question however as to why you can't simply get an implcit conversion from a
..Net value type to to a Sql Server data type rather than having to use null
cheked and DBNull.Value ?
Does anyone have some explanation as to why this is so tricky as to be
included?
Comment