Entity 4.0 Casting Value As DateTime

后端 未结 4 1606
南笙
南笙 2021-01-25 14:32

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

4条回答
  •  日久生厌
    2021-01-25 14:50

    The answer is it's not currently possible with Entity Framework. With LINQ itself it is, just not supported with Entity Framework.

提交回复
热议问题