RelationalStrings.StoredProcedureResultColumnNotFound Method

Definition

No property named '{property}' found on the entity type '{entityType}' corresponding to the result column on the stored procedure '{sproc}'

public static string StoredProcedureResultColumnNotFound (object? property, object? entityType, object? sproc);
static member StoredProcedureResultColumnNotFound : obj * obj * obj -> string
Public Shared Function StoredProcedureResultColumnNotFound (property As Object, entityType As Object, sproc As Object) As String

Parameters

property
Object
entityType
Object
sproc
Object

Returns

Applies to