Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OdbcParameterCollection::AddWithValue Method (String^, Object^)

 

Adds a value to the end of the OdbcParameterCollection.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
OdbcParameter^ AddWithValue(
	String^ parameterName,
	Object^ value
)

Parameters

parameterName
Type: System::String^

The name of the parameter.

value
Type: System::Object^

The value to be added.

Return Value

Type: System.Data.Odbc::OdbcParameter^

An OdbcParameter object.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft