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

public MySqlCommand CreateCommand()
Public Function CreateCommand As MySqlCommand
public: MySqlCommand^ CreateCommand()
member CreateCommand : unit -> MySqlCommand
Return Value
Type: MySqlCommandA MySqlCommand object.
