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 对象。

适用于