Class returned as a result of the call to Query() and QueryMore(), contains a result code and an array of records,
each record is a single SObject.
public var done:Boolean
This property can be used as the source for data binding.
public var queryLocator:String
This property can be used as the source for data binding.
public var records:ArrayCollection
This property can be used as the source for data binding.
public var size:int
This property can be used as the source for data binding.
public function QueryResult(result:ObjectProxy)Parameters