MySqlConnection.CreateCommand Method

MySQL Connector/Net

MySqlConnectionCreateCommand Method
Creates and returns a MySqlCommand object associated with the MySqlConnection.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlCommand CreateCommand()
Public Function CreateCommand As MySqlCommand
public:
MySqlCommand^ CreateCommand()
member CreateCommand : unit -> MySqlCommand 

Return Value

Type: MySqlCommand
A MySqlCommand object.
See Also