Compartir a través de


EntityParameterCollection.AddWithValue(String, Object) Método

Definición

Agrega un valor al final de la colección EntityParameterCollection.

public System.Data.Entity.Core.EntityClient.EntityParameter AddWithValue(string parameterName, object value);
member this.AddWithValue : string * obj -> System.Data.Entity.Core.EntityClient.EntityParameter
Public Function AddWithValue (parameterName As String, value As Object) As EntityParameter

Parámetros

parameterName
String

El nombre del parámetro.

value
Object

Valor que se va a agregar.

Devoluciones

Un objeto EntityParameter.

Se aplica a