# File lib/tapkit/control/dbobject.rb, line 17
                def to_many_key?( key )
                        if all_to_many_relationship_keys.include? key then
                                true
                        else
                                false
                        end
                end