|
|
|||
Flash Player 8
myQuery.addReturnRelation( name:String, direction:Boolean, count:Boolean )
Nothing.
Method. Defines relation information that will be returned.
The following code will request ids of tag documents that document with id=5 is "tagged_with" to be returned:
myQuery = myfMaster.getQuery(); myQuery.addFilter( "$ID", "=", 5 ); myQuery.addReturnRelation( "tagged_with", true );