new RecordSet (colunmNames)
| Parameter |
Description |
|---|---|
| columnNames |
An array of strings in which each string is a name of one of the record set columns. |
Method. Creates a new local RecordSet object. The RecordSet object is initially empty. Local RecordSet objects never download data from an application server; the data delivery-related RecordSet methods are not available to local RecordSet objects.
The following example creates a new local RecordSet object:
#include "NetServices.as"
var productList = new RecordSet(["ProductName", "Price", "Color"]);
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/asDict26.htm