I have a kentico table that returns an SQL Query in the code behind along with multiple other properties. The object that is being returned is an IQueryable object. Is there a way to get the column values of that object? I tried looking at the DataSource property, but it was null; however, the count property has 7 in it