Closed bzbetty closed 1 year ago
seems that casting the enum to a primitive works, bit ugly but it works
ctx.AsQueryableValues(args.jobTypes!.Cast
()).Contains((int)i.TypeId)
Hi! I'll close the issue now. If there's anything else feel free to open a new one.
Thanks.
I notice there's no overloads specifically for them, so i tried the generic overload
but that resulted in an exception.
Is this a supported scenario already?