Krishna-Maiden
Results
2
comments of
Krishna-Maiden
in react I am trying to set update value to Null in SQL Server through .NET. var json = { test: '' } -- this will save empty string json...
var student = { name: 'Arjun', gender: null } in C# it is setting empty string for gender.. and saving empty for this column.