Which of the following gliderecord methods run a query against a database tables

Harsha21
Kilo Contributor

Which of the following gliderecord methods run a query against a database tables
A. get(

B. query()

C. _query()

D. runQuery()

E. _get()

1 ACCEPTED SOLUTION

Chandra Sekhar6
Tera Guru

Hi,

It would be the following methods:

query()

get &

_query()

View solution in original post

1 REPLY 1

Chandra Sekhar6
Tera Guru

Hi,

It would be the following methods:

query()

get &

_query()