Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Entityframework 的 ASP.NET MVC4。
Entityframework 是否支持 SQL 的新时间数据类型。
谢谢
是的,它受支持。如果您有使用TimeSQL 类型的表,它将被识别为EDM.Time并且生成的实体将TimeSpan用作属性类型。以同样的方式,它适用于代码优先方法。如果您使用TimeSpan类型映射属性,则表将包含 SQLTime列。
Time
EDM.Time
TimeSpan