Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > DataSet component > DataSet.dataProvider | |||
Flash Player 7.
Flash MX Professional 2004.
dataSetInstance.dataProvider
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.
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