function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JJoshJLJJoshJL 

Select * Statement

Hopefully an easy question...

Is there or will there be some comparible way to do a "select * from table" statement? I need to pull all of the fields and typing in each field name seems somewhat inefficient. I currently am using VB.net if anyone has a workaround for this. Also, API v 4.0.

 

Thanks in advance

Josh

SuperfellSuperfell
Its pretty easy to call describeSObject and build the select from the list of fields returned.