Returns the tuple associated with a specified Op. Applicable to all types of Op.
      Declaration
tibas_status tibasOp_GetTuple(
    tibasOp     op,
    tibasTuple* tuple);
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | op | Specify the Op object for which to get the associated tuple.which the operation is performed. | 
                  
                     | tuple | Returns the tuple associated with the Op. | 
               
            
Remarks
Use the tibasOp_GetTuple() function to return the tuple associated with a specified operation.
Copyright © Cloud Software Group, Inc. All rights reserved.