From ddfa5d9a99b10c9c838a7f26a186d007fd4a0b0f Mon Sep 17 00:00:00 2001 From: GPAPD Date: Thu, 1 Jan 2026 03:18:12 +0530 Subject: [PATCH 1/2] change the efcore entity visibility in section key --- entity-framework/core/modeling/keys.md | 2 +- samples/core/Modeling/Keys/DataAnnotations/KeyComposite.cs | 2 +- samples/core/Modeling/Keys/DataAnnotations/KeySingle.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeyComposite.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeyName.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeySingle.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/KeyComposite.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/KeySingle.cs | 2 +- samples/core/Modeling/Keys/KeyId.cs | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/entity-framework/core/modeling/keys.md b/entity-framework/core/modeling/keys.md index 7094a44fed..e6024468b4 100644 --- a/entity-framework/core/modeling/keys.md +++ b/entity-framework/core/modeling/keys.md @@ -36,7 +36,7 @@ You can also configure multiple properties to be the key of an entity - this is