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
Problems with notification envelope icon showing up in Outlook.
setting up subdomain on IIS6
Compare 2 fields from 2 different tables
Example SQL Select Statement VBA Code
Access: Embed Application Icon
How to Calculate year to date
Delete / Replace Apostrophes on Data Entry
SQL Injection
How to completely hide columns in Access 2007
Windows 7.0 Public Desktop Problem