This is what I was looking for:

<cfset 
local.propertyIterator=getTransfer().getTransferMetaData("user").getPropertyIterator()>

<cfloop condition="#local.propertyIterator.hasNext()#">
    <cfdump var="#local.propertyIterator.next().getName()#">
</cfloop>
<cfabort>

Gives me a list of all properties in the class "user".

Thank you John 
Whish<http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/172>
!

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to