EntityParameterCollection.AddWithValue(String, Object) Метод

Определение

Добавляет значение в конец коллекции 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

Параметры

parameterName
String

Имя параметра.

value
Object

Добавляемое значение.

Возвращаемое значение

Объект EntityParameter.

Применяется к