skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getNextValExp
 

dam_getNextValExp

This method gets the next argument passed into a scalar method implemented by the IP. Use the method dam_getValueOfExp to get the value of the argument.
int64 dam_getNextValExp(
int64 hValExpList)
 
Table 166: Parameters for dam_getNextValExp 
Parameter
Type
Description
IN
 
 
hValExpList
int64
The argument list handle as passed into the scalar function
RETURN
 
 
 
int64
The handle to the next argument.or NULL if at the end of the list

See also 

dam_getValueOfExp