【发布时间】:2010-10-23 00:31:27
【问题描述】:
我将如何在 ColdFusion 中在我的过滤条件中添加
EntityLoad("Entity",{someProperty <= value});
但没有运气
【问题讨论】:
标签: orm syntax coldfusion
我将如何在 ColdFusion 中在我的过滤条件中添加
EntityLoad("Entity",{someProperty <= value});
但没有运气
【问题讨论】:
标签: orm syntax coldfusion
resultArray = ormExecuteQuery("from Entity where someProperty <= ?", [value])
【讨论】: