|
|
|||
Flash Player 7
myQuery.fields:Array
Array. String array containing names of the fields to be returned in the query result. The default value (all fields will be returned when using it) is ["*"];.
The following code will request that only fields named "title" and "summary" be returned:
myQuery = myfMaster.getQuery(); myQuery.fields = [ "title", "summary" ];