4.3.17 컬렉션 프로젝션 by ks
// returns ['Smiljan', 'Idvor' ]
List placesOfBirth = (List)parser.parseExpression("Members.![placeOfBirth.city]");Last updated
Was this helpful?
// returns ['Smiljan', 'Idvor' ]
List placesOfBirth = (List)parser.parseExpression("Members.![placeOfBirth.city]");Last updated
Was this helpful?
Was this helpful?