DbParameterCollection::IDataParameterCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the parameter at the specified index.
Assembly: System.Data (in System.Data.dll)
private: property Object^ default[ String^ parameterName ] { virtual Object^ get(String^ parameterName) sealed = IDataParameterCollection::default::get; virtual void set(String^ parameterName, Object^ value) sealed = IDataParameterCollection::default::set; }
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter to retrieve.
Implements
IDataParameterCollection::Item[String^]This member is an explicit interface member implementation. It can be used only when the DbParameterCollection instance is cast to an IDataParameterCollection interface.
For more information, see Item.
.NET Framework
Available since 2.0
Available since 2.0
Show: