CoreStrings.UnknownShadowKeyValue(Object, Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value of shadow key property '{entityType}.{property}' is unknown when attempting to save changes. This is because shadow property values cannot be preserved when the entity is not being tracked. Consider adding the property to the entity's .NET type. See https://aka.ms/efcore-docs-owned-collections for more information.
public static string UnknownShadowKeyValue (object? entityType, object? property);
static member UnknownShadowKeyValue : obj * obj -> string
Public Shared Function UnknownShadowKeyValue (entityType As Object, property As Object) As String
- entityType
- Object
- property
- Object
Product | Versions |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: