DbParameterCollection::GetParameter Method (Int32)
.NET Framework (current version)
Returns the DbParameter object at the specified index in the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- index
-
Type:
System::Int32
The index of the DbParameter in the collection.
Return Value
Type: System.Data.Common::DbParameter^The DbParameter object at the specified index in the collection.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: