K
keithb
What is the correct syntax to detect whether a DataTable Row.ItemArray
element is a null value?
using:
if (row.ItemArray == null )
does not seem to work.
Thanks,
Keith
element is a null value?
using:
if (row.ItemArray == null )
does not seem to work.
Thanks,
Keith