Constructor for RecordSet

Availability

Usage

new RecordSet (colunmNames)

Parameters

Parameter
Description
columnNames
An array of strings in which each string is a name of one of the record set columns.

Return value

New local RecordSet object.

Description

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.

Example

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