Rows.rsc()

  • 21 November 2023
  • 0 replies
  • 8 views

Userlevel 3
Badge +2

This article is about the rsc() function of the Rows object.

Rows.rsc()

Returns the rowset that the first element in the Rows object is connected to.

This allows you to execute a query specifically for that row set.

Examples

$.udb('TEST').rows("current").rsc();

$.udb('TEST').rows("current").rsc().executeQuery();

 


0 replies

Be the first to reply!

Reply