LINQ to Entity Framework 4.0. SQL Server.
I\'m trying to return a list of objects and one of the columns in the database is varchar(255) and contains dates. I\'m tryin
The answer is it's not currently possible with Entity Framework. With LINQ itself it is, just not supported with Entity Framework.