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
How to embed C# code in aspx page which is repeater?
Can I install SQL Server Express on Small Business Server 2003 without messing up the SBS configs
MessageBox with text box
Compaq presario 6016us ethernet controller driver
Another missing reference question
Locked by Admin
SQL <>
find a folder name vbs
Outlook 2007 Out of Office
fail to chop 2 GB WMV files