clearDataRecords
void dataSet.clearDataRecords ( )
Description
Remove all DataRecord objects from the DataSet.
Parameters
This method does not receive any parameters.
Return Values
Returns void.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Remove DataRecords from DataSet
// Removes all DataRecord objects from the dataSet object.
dataSet.clearDataRecords();
dataSet.clearDataRecords();
See additional example usage: Iterate over DataSets & DataRecords.
See Also
- addDataRecord() [dataSet] - Adds a DataRecord to the DataSet
- deleteDataRecord() [dataSet] - Deletes a DataRecord from the DataSet
- getAllDataRecords() [dataSet] - Returns a list of all DataRecords in the DataSet
- getDataRecord() [dataSet] - Gets a DataRecord from the DataSet
scraper on 07/16/2010 at 5:01 pm
- Printer-friendly version
- Login or register to post comments