Share via


IMutableStoredProcedure.AddOriginalValueParameter(String) Method

Definition

Adds a new parameter that holds the original value of the property with the given name.

public Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter AddOriginalValueParameter (string propertyName);
abstract member AddOriginalValueParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter
Public Function AddOriginalValueParameter (propertyName As String) As IMutableStoredProcedureParameter

Parameters

propertyName
String

The name of the corresponding property.

Returns

The added parameter.

Applies to