GetParameterName Method
From MySQL Connector/Net
| MySQL Connector/Net |
| MySqlCommandBuilder..::.GetParameterName Method |
| MySqlCommandBuilder Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| 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.) |