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

dam_getFirstCond

This method is used to navigate through the conditions in the condition list. It gets the first condition in the search or restriction list. Use the method dam_getNextCond to go through the list.
int64 dam_getFirstCond(
int64 hstmt,
int64 hlist)
 
Table 136: Parameters for dam_getFirstCond 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
hlist
int64
Either the search or the restriction condition list
RETURN
 
 
 
int64
The first condition. 0 is returned if the list is empty.

See also

dam_getNextCond