我正在做這樣一個查詢:的DBNull在Linq查詢造成的問題
int numberInInterval = (from dsStatistics.J2RespondentRow item in jStats.J2Respondent
where item.EndTime > dtIntervalLower && item.EndTime <= dtIntervalUpper
select item).count();
,似乎有在結束時間列中的某些dbnulls .. 什麼辦法能避免這些?
嘗試添加& &其中item.endtime!= NULL ..甚至!= dbnull.value
做我必須做的第二(第一)查詢抓住所有的arent null,則運行上面的一個?
我確定它的超級簡單修復,但即時仍下落不明吧..按
感謝 NAT
這些數據的來源是什麼? – 2009-12-03 18:36:26