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

Определение

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

Параметры

parameterName
String

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

value
Object

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

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

Объект EntityParameter.

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