GetParameter Method
From MySQL Connector/Net
| MySQL Connector/Net |
| MySqlParameterCollection..::.GetParameter Method |
| MySqlParameterCollection Class See Also Send Feedback |
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.) |