DB2®ParameterCollection.GetParameter Method
Returns the DbParameter object with the specified name in the DB2ParameterCollection.
| Method | Description |
|---|---|
| GetParameter(int) | Returns the DbParameter object at the specified index in the DB2ParameterCollection. |
| GetParameter(string) | Returns the DbParameter object with the specified name in the DB2ParameterCollection. |