Performing a query that retrieves records with only specific fields is a useful features. Occasionally, I need to be able to detect later in the same session if a record was retrieved in this way or if I can expect all fields to be defined. It would be great if there was an "is_partial" (name negotiable) method or attribute that would indicate if a record was retrieved with select fields.