We can use DataAccessAdapter to fetch data from database, return data as Entity, DataTable or DTO
If CacheResultset enabled, we noticed cached data will store in CachedResultset's property called 'CachedRows' as object array
Is there any class or function we can use to fetch data as object array, instead of Entity, Datatable or DTO?
which this class or function can fetch data (as object array) from database or CachedResultset
We are using LLBLGen Pro version 5.8