Monthly Archives: October 2020

Updating nullable DataTable columns

While NULL is a standard feature and business-as-usual in the SQL world, and likewise null objects are common in the C# world, the concept of NULL and null are completely different things and the translation is easily forgotten. This is … Continue reading

Posted in C#, Programming, SQL Server | Leave a comment