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

dam_getCondRightVal

This method is used to retrieve the right value of a condition. If the condition is for a BETWEEN or a LIKE operator, then the condition may contain a right value. A right value is available if dam_describeCond returned a non-zero value for the piRightOpType.
object dam_getCondRightVal(
int64 hcond)
 
Table 133: Parameters for dam_getCondRightVal 
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 condition.

See also

dam_describeCond