Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 05:21 AM
Which of the following gliderecord methods run a query against a database tables
A. get(
B. query()
C. _query()
D. runQuery()
E. _get()
Solved! Go to Solution.
Labels:
- Labels:
-
Multiple Versions
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 05:22 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 05:22 AM
Hi,
It would be the following methods:
query()
get &
_query()