1 Reply Latest reply on May 4, 2018 9:28 AM by rareddy

    oData $inlinecount is it possible for stored procedure returning table?

    cm.kumar

      Hello,

       

      There is this property $InlineCount which gets the total count of data returned by a view in the VDB.

       

      We have constructed a stored procedure where we want to have similar properties received via oData from the view of VDB like $top or $skip, which we were able to achieve by OFFSET and LIMIT as IN parameter and control the query.

       

      Similarly, is there any possibility of getting total count explicitly than returning via the table returned or as OUT parameter? Like setting up any metadata property etc?

       

      Regards,

      Chandra