PAZMySQL.MysqlDb.CreateCommand C# (CSharp) Method

CreateCommand() public method

public CreateCommand ( ) : MySqlCommand
return MySql.Data.MySqlClient.MySqlCommand
        public MySqlCommand CreateCommand()
        {
            return this._connection.CreateCommand();
        }