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
CPU want stay on
Outlook web access images wont load
Need help understanding Enforced Group Policy link Option
NSLOOKUP
MS Acess
TMG/ISA 2006 - Kerberos Authentication Issues
Incorrect syntax near 'MyReportServerTempDB'. (rsRPCError)
How do I use an array in Microsoft Access?
Problem trying to download files to the desktop via ftp using remote desktop....
Owner Draw CListCtrl changing fonts