system.data.strongtypingexception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I get a system.data.strongtypingexception error msg in my datarow columns where they have a null value. Why and how should I address it? This is the second post for this, the other disappeared. Thanks
 
Hi,

I presume that error happens when you try reading a strong typed property
that has a null value.
There are methods (for each nullable property) with signature
IsPROPERTYNAMENull() which you might use prior accessing the properties.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

rfarmer said:
Hi. I get a system.data.strongtypingexception error msg in my datarow
columns where they have a null value. Why and how should I address it?
This is the second post for this, the other disappeared. Thanks
 
Back
Top