Compartir a través de


IMutableStoredProcedure.AddParameter(String) Método

Definición

Agrega un nuevo parámetro asignado a la propiedad con el nombre especificado.

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

Parámetros

propertyName
String

Nombre de la propiedad correspondiente.

Devoluciones

Parámetro agregado.

Se aplica a