DbParameterCollection.IndexOf Method
.NET Framework 2.0
Returns the index of the specified DbParameter object.
| Name | Description |
|---|---|
| DbParameterCollection.IndexOf (Object) | Returns the index of the specified DbParameter object. Supported by the .NET Compact Framework. |
| DbParameterCollection.IndexOf (String) | Returns the index of the DbParameter object with the specified name. Supported by the .NET Compact Framework. |