S
shapper
Hello,
Inside a class I have 4 propertiy types:
1. String
2. Boolean
3. Mail.MailPriority
4. Mail.MailAddressCollection
I need to check if each property is null, i.e., if it wasn't defined
any value for them.
How can I do it?
I tried NULL but it got an error to use System.DBNull but I got error
again.
Thanks,
Miguel
Inside a class I have 4 propertiy types:
1. String
2. Boolean
3. Mail.MailPriority
4. Mail.MailAddressCollection
I need to check if each property is null, i.e., if it wasn't defined
any value for them.
How can I do it?
I tried NULL but it got an error to use System.DBNull but I got error
again.
Thanks,
Miguel