I have been playing around with the ORM stuff in CF9 and i was wondering if
someone can answer something for me. Can you filter associated objects
without doing it through the cfproperty where clause?
The online docs say you have to do it like this....
<cfproperty name="unsoldArts" cfc="Art" fieldtype="one-to-many"
fkcolumn="ARTISTID" where="issold=0">
I want to be able to do it like this ORMExecuteQuery("from art where issold
= 0") but because the comes back as an array it doesn't work.
Anyone shed some light on this?
Steve
--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.