TOC : Script API > JavaScript > JavaScript API > Component > Band > BackgroundBand > Method >

 

IsDataSetLastRow

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Band > BackgroundBand > Method >

 

IsDataSetLastRow

 

 

Indicates whether the current row cursor is on the last of the dataset.

 

 

 

Prototype :

 

bool IsDataSetLastRow

(

       string DataSetPath

)

 

 

 

Arguments :

 

DataSetPath

DataSet Path in the form of "ODI name.dataset name"

 

 

 

Example :

 

//ODI name : Sample, dataset name : Orders

  _TraceLn(This.IsDataSetLastRow("Sample.Orders"));

 

 

 

Available Events :

 

OnBind,  OnStartBind