SqlParameterCollection.GetParameter Method
.NET Framework 3.5
Gets the DbParameter with the specified property value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetParameter(Int32) | Returns the DbParameter object at the specified index in the collection. (Inherited from DbParameterCollection.) |
|
GetParameter(String) | Returns DbParameter the object with the specified name. (Inherited from DbParameterCollection.) |