EntityParameterCollection.AddWithValue(String, Object) Methode

Definitie

Voegt een waarde toe aan het einde van de 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

Parameters

parameterName
String

De naam van de parameter.

value
Object

De waarde die moet worden toegevoegd.

Retouren

Een EntityParameter-object.

Van toepassing op