







![]() ![]() |
MySQL Connector/Net |
MySqlCommand..::..CreateParameter Method |
MySqlCommand Class See Also Send Feedback |
![]() |
Creates a new instance of a MySqlParameter object.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public MySqlParameter CreateParameter() |
Visual Basic |
---|
Public Function CreateParameter As MySqlParameter |
Visual C++ |
---|
public: MySqlParameter^ CreateParameter() |
Return Value
A MySqlParameter object.
Remarks
This method is a strongly-typed version of CreateParameter()()()().