Image you have this result set:
public class ResultSet { public Guid ID {get; set; } public string Name { get; set; } }
With this sql-quer