LINQ query - null date
Posted
by d daly
on Stack Overflow
See other posts from Stack Overflow
or by d daly
Published on 2010-03-24T15:41:14Z
Indexed on
2010/03/24
15:43 UTC
Read the original article
Hit count: 604
linq-query-syntax
Hi
Ive a simple linq query to return records with a null date field, just want to check the synatx of the "where" line is ok
var query2 = from cs in db.tblCases where cs.date_closed == null etc, etc,
thanks again
DD
© Stack Overflow or respective owner