How to get the values of a CMS.DataEngine.ObjectQuery IQueryable object?

Hosam Abdeltawab asked on March 10, 2021 20:01

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

   Please, sign in to be able to submit a new answer.