G
Guest
hey all,
i'm using the following expression to check a datarow.
if dr.IsDBNull(10) then
....
end if
is there a way to find out what field each integer represents for the
IsDBNull parameter? because i used trial and error?
i'm using the following expression to check a datarow.
if dr.IsDBNull(10) then
....
end if
is there a way to find out what field each integer represents for the
IsDBNull parameter? because i used trial and error?