[]
Sets the DbParameter object with the specified name to a new value.
protected override void SetParameter(string parameterName, DbParameter value)
Protected Overrides Sub SetParameter(parameterName As String, value As DbParameter)
| Type | Name | Description |
|---|---|---|
| string | parameterName | The name of the DbParameter object in the collection. |
| DbParameter | value | The new DbParameter value. |
Sets the DbParameter object at the specified index to a new value.
protected override void SetParameter(int index, DbParameter value)
Protected Overrides Sub SetParameter(index As Integer, value As DbParameter)
| Type | Name | Description |
|---|---|---|
| int | index | The index where the DbParameter object is located. |
| DbParameter | value | The new DbParameter value. |