Skip to content

Commit

Permalink
Verified that starting with EF8, the HasConversion call is not needed. (
Browse files Browse the repository at this point in the history
#4764)

Fixes #4725

(I thought I tested this before, but apparently I got it wrong or something changed...)
  • Loading branch information
ajcvickers authored Jul 17, 2024
1 parent a776c64 commit 9e64ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,6 @@ SQL Server automatic [optimistic concurrency](xref:core/saving/concurrency) is h
```csharp
modelBuilder.Entity<Blog>()
.Property(e => e.RowVersion)
.HasConversion<byte[]>()
.IsRowVersion();
```
Expand Down

0 comments on commit 9e64ce6

Please sign in to comment.