Results 1 to 3 of 3

Thread: how to find out null values in .net (like isnull function in VB)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2002
    Location
    hyderabad
    Posts
    18

    how to find out null values in .net (like isnull function in VB)

    I taken values into Array, from array i want to read data one by one.
    i want to find out null values in that array, so that how to read null values in that array.
    Is there any method to finding null values (like ISNULL in VB).

    help me regarding this.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    I think DBNull is what you are looking for (or Nothing).

  3. #3
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    The function is called IsDBNull
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width