RelationalStrings.ModificationCommandInvalidEntityStateSensitive Method
Definition
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.
Cannot save changes for an entity of type '{entityType}' with primary key values {keyValues} in state '{entityState}'. This may indicate a bug in Entity Framework, please open an issue at https://go.microsoft.com/fwlink/?linkid=2142044.
public static string ModificationCommandInvalidEntityStateSensitive (object? entityType, object? keyValues, object? entityState);
static member ModificationCommandInvalidEntityStateSensitive : obj * obj * obj -> string
Public Shared Function ModificationCommandInvalidEntityStateSensitive (entityType As Object, keyValues As Object, entityState As Object) As String
Parameters
- entityType
- Object
- keyValues
- Object
- entityState
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework