IMutableStoredProcedure.AddParameter(String) Method

Definition

Adds a new parameter mapped to the property with the given name.

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

Parameters

propertyName
String

The name of the corresponding property.

Returns

The added parameter.

Applies to