Can someone tell me the difference between this... 

property name="POIs" fieldtype="many-to-many" fkcolumn="actionID" cfc="pPOI" 
type="array" singularname="POI" linktable="pLinkActionsToPOIs";

VS.... 

property name="POIs" singularname="POI" fieldtype="many-to-many" cfc="pPOI" 
fkcolumn="actionID" inversejoincolumn="poiID"  linktable="pLinkActionsToPOIs";




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346585
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to