I’m want to fetch all customers, and I noticed there is no GetAll
on the PersonService
. Should I use a QueryRequest
instead?
Litium version: 7
I’m want to fetch all customers, and I noticed there is no GetAll
on the PersonService
. Should I use a QueryRequest
instead?
Litium version: 7
Query with DataService is probably easiest, just remember that:
Query information with data service is bypassing the caches. You should not use it without a cache if the result is to be used on public pages for visitors.