How do I select all Ids in any entity query as a List?
Let say I have an entity with 2 properties
(int)Id
(any type)(property)
How do I select all Ids in query as a List?
How do I select all Ids in any entity query as a List?
Let say I have an entity with 2 properties
(int)Id
(any type)(property)
How do I select all Ids in query as a List?