skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_setOption : Condition List Options
 

Condition List Options

For the condition list options, set the option type to DAM_CONDLIST_OPTION and the object handle to the current condition list handle.
 
Table 203: Condition List Options for dam_setOption  
Option Value
Option Value
DAM_CONDLIST_OPTION_EVALUATION
Support for marking condition list as "Evaluated" by the IP so that the OpenAccess SDK SQL Engine does not reevaluate the conditions during the dam_isTargetRow evaluation. This feature is useful when the IP wants to handle the condition because it may want to do it in a special way. For example, if you want to support your own time format, you can handle conditions on that column and then mark them evaluated.
DAM_PROCESSING_ON (default) – the OpenAccess SDK SQL Engine will evaluate the condition as part of dam_isTargetRow.
DAM_PROCESSING_OFF – the IP has handled the evaluation

See also 

dam_isTargetRow