dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.62k stars 1.96k forks source link

Document value generators #3057

Open roji opened 3 years ago

roji commented 3 years ago

Our generated values docs don't mention client-side value generation in any way (HasValueGenerator), add a section on this.

Clarify that this only works for adding, not updating.

space-alien commented 2 years ago

Please also see #1846