Share via


RelationalStrings.StoredProcedureRowsAffectedWithResultColumns Method

Definition

The entity type '{entityType}' is mapped to the stored procedure '{sproc}' which returns both result columns and a rows affected value. If the stored procedure returns result columns, a rows affected value isn't needed and can be safely removed.

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

Parameters

entityType
Object
sproc
Object

Returns

Applies to