Responder Developer Guide
EvaluateToBool Method


Version: 10.2.1a

Resource Center Home

The DataRow to evaluate.
If true, evaluates to true only for rows belonging to the table expected by the evaluator.
Evaluates a DataRow to true or false.
Syntax
'Declaration
 
Public MustOverride Function EvaluateToBool( _
   ByVal dataRow As DataRow, _
   ByVal isTableSpecific As Boolean _
) As Boolean
'Usage
 
Dim instance As EvaluatorBase
Dim dataRow As DataRow
Dim isTableSpecific As Boolean
Dim value As Boolean
 
value = instance.EvaluateToBool(dataRow, isTableSpecific)
public abstract bool EvaluateToBool( 
   DataRow dataRow,
   bool isTableSpecific
)

Parameters

dataRow
The DataRow to evaluate.
isTableSpecific
If true, evaluates to true only for rows belonging to the table expected by the evaluator.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EvaluatorBase Class
EvaluatorBase Members

 

 


Send Comment