-
Notifications
You must be signed in to change notification settings - Fork 3.3k
IsRowVersion or [Timestamp] on property that maps to provider byte[] type should generate rowversion column #12434
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Milestone
Comments
Related: #12436 |
ajcvickers
added a commit
that referenced
this issue
Jan 1, 2023
…to binary on SQL Server Fixes #12434
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: