DbParameterCollection.Item Property
.NET Framework 3.0
Gets and sets a DbParameter in the collection.
| Name | Description |
|---|---|
| DbParameterCollection.Item (Int32) | Gets and sets the DbParameter at the specified index. Supported by the .NET Compact Framework. |
| DbParameterCollection.Item (String) | Gets and sets the DbParameter with the specified name. Supported by the .NET Compact Framework. |