Sets the specified DbParameter to the specified value.
| Method | Description |
|---|---|
| SetParameter(int, System.Data.Common.DbParameter) | Sets the DbParameter at the specified index to the specified value. |
| SetParameter(string, System.Data.Common.DbParameter) | Sets the DbParameter with the specified name to the specified value. |