DataSet.dataProvider

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

dataSetInstance.dataProvider

Description

Property; the data provider for this data set. This property provides data to user interface controls, such as the List and DataGrid components.

For more information about the DataProvider API, see DataProvider API.

Example

The following code assigns the dataProvider property of a DataSet object to the corresponding property of a DataGrid component.

my_dg.dataProvider = my_ds.dataProvider;

Flash CS3