Document temporal period properties mapped to CLR properties#2
Closed
Document temporal period properties mapped to CLR properties#2
Conversation
… .NET9 is now GA (dotnet#4880) Remove reference to .NET 9 'Preview' in the EF9 targeting sentence as .NET9 is now GA
The current Bricelam.EntityFrameworkCore.Pluralizer and EntityFrameworkCore.ConfigurationManager binaries continue to work in EF9
%2A -> * %60 -> `
Remove extra line
Co-authored-by: Shay Rojansky <roji@roji.org>
Support of EF Core 9 by dotConnect's and added new products dotConnect for Zoho Book, dotConnect for Zoho Desk.
* whats new in EF 10 * Document ExecuteUpdateAsync lambda change (dotnet#4930) dotnet/efcore#32018 --------- Co-authored-by: Shay Rojansky <roji@roji.org>
…11.0 (dotnet#5300) Fixes dotnet#5108 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…rovider in EF Core 9.0 (dotnet#5303) Fixes dotnet#4804 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
dotnet#5310) Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
…e Ciphers (dotnet#5307) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…t#5312) Fixes dotnet#5271 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…OS/Linux (dotnet#5309) Fixes dotnet#5308 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…new and existing databases (dotnet#5314) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…et#5328) In SQL Server, RETURN is intended only for integer status codes so that SELECT is the correct for returning computed string results from a stored procedure
… dependency (dotnet#5281) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…OptimizeContext removal (dotnet#5282) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…5288) Document dotnet/efcore#37819 Co-authored-by: Shay Rojansky <roji@roji.org>
…et#5286) Document dotnet/efcore#37279 Co-authored-by: Shay Rojansky <roji@roji.org>
* Move SQL Server section up * Add section on complex type stabilization
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
….0 upgrade (dotnet#5305) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Document the new EF Core 11 feature that allows temporal period properties (PeriodStart/PeriodEnd) to be mapped to CLR properties instead of being restricted to shadow properties. Updates: - temporal-tables.md: New 'Mapping period columns to CLR properties' section with lambda and string-based configuration examples - temporal-tables.md: Updated existing text to note shadow properties are the default, with links to the new section - whatsnew.md (EF Core 11): New subsection under SQL Server Relates to dotnet/efcore#38110 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new EF Core 11 feature from dotnet/efcore#38110 that allows temporal period properties (
PeriodStart/PeriodEnd) to be mapped to CLR properties on the entity type, instead of being restricted to shadow properties.Changes
entity-framework/core/providers/sql-server/temporal-tables.mdHasPeriodStart/HasPeriodEndconfiguration exampleValueGenerated.OnAddOrUpdatebehavior noteentity-framework/core/what-is-new/ef-core-11.0/whatsnew.md