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
is PIII(PENTIUM 3 procesor support 1gb ram
Refresh Records In MS Access Forms
How do I convert horizontal columns in Excel to Vertical Columns
Database restore (MS-SQL 2005) Does DB need to be off-line for a restore
transpose multiple records into one - too many fields defined?
Outlook '07 Archive Sent folder doesn't show the TO: field.
Free up drive space for my server's OS
ASP.NET XCOPY, VS.Net
Jet Reports Error in Navision
Certificate for WPF application