[]
Returns the index of the specified DbParameter object.
public override int IndexOf(object value)
Type | Name | Description |
---|---|---|
object | value | The DbParameter object in the collection. |
Type | Description |
---|---|
int | The index of the specified DbParameter object. |
Returns the index of the DbParameter object with the specified name.
public override int IndexOf(string parameterName)
Type | Name | Description |
---|---|---|
string | parameterName | The name of the DbParameter object in the collection. |
Type | Description |
---|---|
int | The index of the DbParameter object with the specified name. |