EntityParameterCollection.AddWithValue(String, Object) Método

Definición

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

public:
 System::Data::EntityClient::EntityParameter ^ AddWithValue(System::String ^ parameterName, System::Object ^ value);
public System.Data.EntityClient.EntityParameter AddWithValue (string parameterName, object value);
member this.AddWithValue : string * obj -> System.Data.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