[]
Sets the DbParameter object with the specified name to a new value.
protected override void SetParameter(string parameterName, DbParameter value)
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)
Type | Name | Description |
---|---|---|
int | index | The index where the DbParameter object is located. |
DbParameter | value | The new DbParameter value. |