Getting number of rows loaded
To get the number of rows loaded to the Dynamics AX datasource query, you can use the following code which is default function of the datasource.[datasource].numberOfRowsLoaded();
For example:
custTable_ds.numberOfRowsLoaded();
-Harry
No comments:
Post a Comment
Thanks