Share via


RelationalStrings.StoredProcedureUnmapped(Object) Method

Definition

The entity type '{entityType}' was configured to use some stored procedures and is not mapped to any table. An entity type that isn't mapped to a table must be mapped to insert, update and delete stored procedures.

public static string StoredProcedureUnmapped (object? entityType);
static member StoredProcedureUnmapped : obj -> string
Public Shared Function StoredProcedureUnmapped (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to