DbParameterCollection::Item Property (String^)
.NET Framework (current version)
Gets and sets the DbParameter with the specified name.
Assembly: System.Data (in System.Data.dll)
public: property DbParameter^ default[ String^ parameterName ] { DbParameter^ get(String^ parameterName); void set(String^ parameterName, DbParameter^ value); }
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The specified index does not exist. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: