A predicate method that determines whether or not
PerformAction(IDictionary,DataRow) will be called.
protected override System.bool Evaluate(
System.Collections.IDictionary ,
System.Data.DataRow
)
'Declaration
Protected Overloads Overrides Function Evaluate( _
ByVal As System.Collections.IDictionary, _
ByVal As System.Data.DataRow _
) As System.Boolean
'Usage
Dim instance As UpdateWithUniqueValue
Dim arguments As System.Collections.IDictionary
Dim dataRow As System.Data.DataRow
Dim value As System.Boolean
value = instance.Evaluate(arguments, dataRow)
Parameters
- arguments
- Information necessary to evaluate the rule.
- dataRow
Return Value
True if PerformAction should be called, otherwise False.
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.