RelationalStrings.StoredProcedureDeleteNonKeyProperty Method

Definition

The property '{entityType}.{property}' is mapped to a parameter of the stored procedure '{sproc}', but only concurrency token and key properties are supported for Delete stored procedures.

C#
public static string StoredProcedureDeleteNonKeyProperty (object? entityType, object? property, object? sproc);

Parameters

entityType
Object
property
Object
sproc
Object

Returns

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0