RelationalStrings.StoredProcedurePropertiesNotMapped Method

Definition

The entity type '{entityType}' is mapped to the stored procedure '{sproc}', however the properties {properties} are not mapped to any parameter or result column.

C#
public static string StoredProcedurePropertiesNotMapped (object? entityType, object? sproc, object? properties);

Parameters

entityType
Object
sproc
Object
properties
Object

Returns

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0