hello sir,
following query how to use entityquery pls any example
select * from "dbo"."Product" where (( "dbo"."Product"."ProductName" not in('xx','yy','zz'))
In this query used EntityQueryOp .'Not In' ,but ideablade don't have 'Not In' Operator so how to use in this query .
thanks