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

dam_getCondVal

This method is used to retrieve the value of a condition. All conditions always have a left value, if the call to dam_describeCond returned a value for the piLeftOpType.
All conditions except BETWEEN return only one value. If the query contains a BETWEEN or LIKE operator, then use dam_getCondRightVal to obtain the second part of the condition value.
object dam_getCondVal(
int64 hcond)
 
 
Table 134: Parameters for dam_getCondVal 
Parameter
Type
Description
IN
 
 
hcond
int64
The condition handle
RETURN
 
 
 
object
The object that represents the data portion of the condition. The format of the data depends on the data type of the condition. This value is NULL for col=NULL conditions.

See also

dam_describeCond
dam_getCondRightVal