# File lib/dm-core/property_set.rb, line 123
    def to_query(bind_values)
      Hash[ *zip(bind_values).flatten ]
    end