Microsoft
Software
Hardware
Network
Question : LINQ QUERY TO RETURN DISTINCT DATETIME STAMPS
I need a linq query to return a DISTINCT List of DateTimes like this
private List
getList()
{
code.. return distinct datetime values from table
}
The date times would be like this in the database
12/11/2009 16:43:46
12/11/2009 16:43:46
etc
Answer : LINQ QUERY TO RETURN DISTINCT DATETIME STAMPS
rabgn - small typo, it should be:
var DateTimeList =
(
from t in Table1select t.SomeDate).Distinct().ToL
ist();
- missing starting '(' before from keyword
Random Solutions
IIS6 to IIS7 while not replacing the IIS7 Default Site
VBA - IF Condition and Fill Down, added to existing code
How to create a webshare folder
SBS 2003 to SBS 2008 migration on HP server
varchar sort
Network Identification Wizard
Unable to recover outlook PST file
How to retrieve and submit using secondary data connections in InfoPath
SBS2008 Error 50331656 Remote Desktop
PC Won't Run Firefox