in Search
     
Latest post 03-22-2008 7:36 PM by Dwarvend. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 03-22-2008 7:36 PM

    How to deal with null table value in LINQ?

     

    hey guys happy easter !!!, I was practicing my LINQ skills lately and just wondering how do you deal with null values in database being map to entities?

    to make it clear in the ORDER table in northwind database the shippeddate contains null values and the shippeddate property in my entity is declared datetime now when I try to retrieve those orders with null values on shippeddate I get an error since datetime is not expecting a null value how do you properly deal with this?

     

    TIA

    Dwarvend's Review

    • Post Points: 5
Page 1 of 1 (1 items)