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.

DbParameterCollection::SetParameter Method

 

Sets the specified parameter to the specified value.

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

NameDescription
System_CAPS_protmethodSetParameter(Int32, DbParameter^)

Sets the DbParameter object at the specified index to a new value.

System_CAPS_protmethodSetParameter(String^, DbParameter^)

Sets the DbParameter object with the specified name to a new value.

Return to top
Show:
© 2017 Microsoft