function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BJamesBJames 

getClassName()

In the beta1 and 2 versions of the API getClassName() was a valid method on the queryResult object.
I was using it to ensure that a the call was successful and contained no errors... 

What is the equivalent in beta 3.3?

Thanks,
Bryan

Message Edited by BJames on 03-23-2006 11:57 AM

Message Edited by BJames on 03-23-2006 11:57 AM

Ron HessRon Hess
It's no longer a fucntion , and the spelling is "className"

so

 bean.getClassName() --> becomes -- -> bean.className