MySqlConnection.CreateDbCommand Method

MySQL Connector/Net

MySqlConnectionCreateDbCommand Method

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected override DbCommand CreateDbCommand()
Protected Overrides Function CreateDbCommand As DbCommand
protected:
virtual DbCommand^ CreateDbCommand() override
abstract CreateDbCommand : unit -> DbCommand 
override CreateDbCommand : unit -> DbCommand 

Return Value

Type: DbCommand
See Also