asposediagram.api

Class DataRecordSetCollection

DataRecordSet collection.

Property Getters/Setters Summary
methodgetActiveRecordsetId()
method
           ActiveRecordsetID
methodgetCount()
methodgetNextId()
method
setNextId(value)
           NextID
methodget(index)
 
Method Summary
methodadd(dataRecordSet)
Add the dataRecordSet in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(dataRecordSet)
Remove the dataRecordSet from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getNextId/setNextId : String 

        String getNextId() / setNextId(value)
        
        NextID
      • getActiveRecordsetId/setActiveRecordsetId : String 

        String getActiveRecordsetId() / setActiveRecordsetId(value)
        
        ActiveRecordsetID
      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(dataRecordSet)
        Add the dataRecordSet in the collection.
        Parameters:
        dataRecordSet: DataRecordSet -
        Returns:
      • remove

         remove(dataRecordSet)
        Remove the dataRecordSet from the collection.
        Parameters:
        dataRecordSet: DataRecordSet -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.