# File lib/tapkit/control/fetchspec.rb, line 52
                def fetch_raw_rows=( flag )
                        if flag == true then
                                @raw_row_keypaths = []
                        else
                                @raw_row_keypaths = nil
                        end
                end