문제

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