C
cj
in the command window I get:
? result
{System.DBNull}
[System.DBNull]: {System.DBNull}
I need to check for this in code. I then tested in the command window
if result = system.DBNull
'DBNull' is a type and cannot be used as an expression.
How can I check to see if result is equal system.dbnull in my code?
? result
{System.DBNull}
[System.DBNull]: {System.DBNull}
I need to check for this in code. I then tested in the command window
if result = system.DBNull
'DBNull' is a type and cannot be used as an expression.
How can I check to see if result is equal system.dbnull in my code?