IsRowVersion or [Timestamp] on property that maps to provider byte[] type should generate rowversion column #12434
Labels
area-type-mapping
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-enhancement
Milestone
As described in #5936, mapping a ulong with a store type of "rowversion" (or "timestamp") results in a rowversion column in SQL Server that can be used effectively in LINQ queries. This should also work for cases like this:
and this:
And possibly even when
.HasConversion<byte[]>()
is not used explicitly, since IsRowVersion or [Timestamp] imply this, at least for SQL ServerThe text was updated successfully, but these errors were encountered: