# File lib/dm-core/resource.rb, line 352
    def loaded_attributes
      properties.map{|p| p.name if attribute_loaded?(p.name)}.compact
    end