ArcFM Responder Mobile Developer Guide
Evaluate(IDictionary,DataRow) Method






Syntax
'Declaration
 
Protected Overloads Overridable Function Evaluate( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal row As System.Data.DataRow _
) As System.Boolean
'Usage
 
Dim instance As DataRowRule
Dim arguments As System.Collections.IDictionary
Dim row As System.Data.DataRow
Dim value As System.Boolean
 
value = instance.Evaluate(arguments, row)
protected virtual System.bool Evaluate( 
   System.Collections.IDictionary arguments,
   System.Data.DataRow row
)
protected function Evaluate( 
    arguments: System.Collections.IDictionary;
    row: System.Data.DataRow
): System.Boolean; virtual; 
protected function Evaluate( 
   arguments : System.Collections.IDictionary,
   row : System.Data.DataRow
) : System.boolean;
protected: virtual System.bool Evaluate( 
   System.Collections.IDictionary* arguments,
   System.Data.DataRow* row
) 
protected:
virtual System.bool Evaluate( 
   System.Collections.IDictionary^ arguments,
   System.Data.DataRow^ row
) 

Parameters

arguments
row
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataRowRule Class
DataRowRule Members
Overload List

Send Feedback