You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecordCollection has function first to return first row of returned query data.
all to return all rows of returned query data.
Can it support the fetch many row feature, like:
RecordCollection.many(numRows:int) to return next set of numRows rows
The text was updated successfully, but these errors were encountered:
RecordCollection has function first to return first row of returned query data.
all to return all rows of returned query data.
Can it support the fetch many row feature, like:
RecordCollection.many(numRows:int) to return next set of numRows rows
The text was updated successfully, but these errors were encountered: