Re: [OFBiz] Dev - any way to do a not null query with entity engine?
Posted by
Adam Heath-2 on
URL: http://ofbiz.116.s1.nabble.com/OFBiz-Dev-any-way-to-do-a-not-null-query-with-entity-engine-tp165772p165779.html
On Tue, 2 Aug 2005, Si Chen wrote:
> Hi.
>
> Is there anyway to do a find with the entity engine where one the fields
> is "NOT NULL"?
new EntityExpr(new EntityFieldValue("fieldName"), EntityOperator.NOT_EQUALS,
null);
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev