ニュース

SQL Server supports specifying a precision for datetime2; but when a precision is configured on a DateTime property in EF, the SqlParameter gets sent with a Scale instead of a Precision. It looks like ...