GetParameterName Method

MySQL Connector/Net

Overload List

  NameDescription
GetParameterName(Int32)
Returns the name of the specified parameter in the format of @p#. Use when building a custom command builder.
(Inherited from DbCommandBuilder.)
GetParameterName(String)
Returns the full parameter name, given the partial parameter name.
(Inherited from DbCommandBuilder.)

See Also