GetParameter Method

MySQL Connector/Net

Overload List

  NameDescription
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.)

See Also