PAZMySQL.MysqlDb.ExecuteCommand C# (CSharp) Method

ExecuteCommand() public method

public ExecuteCommand ( MySqlCommand command ) : MySqlDataReader
command MySql.Data.MySqlClient.MySqlCommand
return MySql.Data.MySqlClient.MySqlDataReader
        public MySqlDataReader ExecuteCommand(MySqlCommand command)
        {
            return command.ExecuteReader();
        }