سؤال

I'd like to get a list/array of a record object's column names. I suppose I could get this by looping thru the method names, but I was hoping that there would be something cleaner?

هل كانت مفيدة؟

المحلول

Use _getObjectMetadata().getFields() to get all of the fields on a Reactor object :)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top