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.
IDataParameterCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the parameter at the specified index.
Assembly: System.Data (in System.Data.dll)
property Object^ default[ String^ parameterName ] { Object^ get(String^ parameterName); void set(String^ parameterName, Object^ value); }
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter to retrieve.
.NET Framework
Available since 1.1
Available since 1.1
Show: