开发者

ColdFusion EntityLoad Filter

开发者 https://www.devze.com 2023-01-21 19:46 出处:网络
How would I in ColdFusion add <= in my Filter Criteri开发者_开发技巧a. I was trying this EntityLoad(\"Entity\",{someProperty <= value});

How would I in ColdFusion add <= in my Filter Criteri开发者_开发技巧a. I was trying this

EntityLoad("Entity",{someProperty <= value});

but with no luck


use HQL http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSf0ed2a6d7fb07688310730d81223d0356fc-7ffe.html

resultArray = ormExecuteQuery("from Entity where someProperty <= ?", [value])
0

精彩评论

暂无评论...
验证码 换一张
取 消