Getting SQL exception data is null, this method or property cannot be called on null values
I have a C# application , in which I am trying to fetch details from SQL DB , which consist of null values, and I want to handle it in C# application.
I have a C# application , in which I am trying to fetch details from SQL DB , which consist of null values, and I want to handle it in C# application.