skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getFirstColInList
 

damex_getFirstColInList

This method returns the first column in the list. It is used for navigating the ORDER BY column list and the GROUP BY column list.
int64 damex_getFirstColInList(
int64 hColList)
 
Table 232: Parameters for damex_getFirstColInList 
Parameter
Type
Description
IN
 
 
hColList
int64
The column list handle.
RETURN
 
 
 
int64
The handle to the column. Use damex_describeCol to get column details.

See also 

damex_describeCol