SetParameter Method

MySQL Connector/Net

Overload List

  NameDescription
SetParameter(Int32, DbParameter)
Sets the DbParameter object at the specified index to a new value.
(Inherited from DbParameterCollection.)
SetParameter(String, DbParameter)
Sets the DbParameter object with the specified name to a new value.
(Inherited from DbParameterCollection.)

See Also