sql server - SQL Lite throwing "System.NotSupportedException for Time Data Type in SQL -
i using sql lite 1.0.97 package (new sqlite) ef6 run unit test , ran problem time
datatype in sql. reporting error -
system.notsupportedexception: there no store type corresponding edm type 'edm.time' of primitive type 'time'.
i not want change data type in ef domain entity. there other workaround ?
Comments
Post a Comment