London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi
I am using EPIServer 8.12.
I've implemented a class using dds. The problem is when I turn my class to a generic class and I pass the same class if returns no value.
for instance, I have this code which works fine and returns 8 lines:
(QueueableEmailItem : IDynamicData)
now I change the code to
it returns no results.
Funny story is that if I change the code to code below which fetchs the class before adding the where clause, it will work fine
Is there any problem with generics?
Anyone know what shall I do?