Miner.Responder.Shared.Rules Namespace > ValidateUniqueValue Class > Evaluate Method : Evaluate(IDictionary,DataRow) Method |
'Declaration
Protected Overloads Overrides Function Evaluate( _ ByVal arguments As System.Collections.IDictionary, _ ByVal dataRow As System.Data.DataRow _ ) As System.Boolean
'Usage
Dim instance As ValidateUniqueValue Dim arguments As System.Collections.IDictionary Dim dataRow As System.Data.DataRow Dim value As System.Boolean value = instance.Evaluate(arguments, dataRow)
protected override System.bool Evaluate( System.Collections.IDictionary arguments, System.Data.DataRow dataRow )
protected function Evaluate( arguments: System.Collections.IDictionary; dataRow: System.Data.DataRow ): System.Boolean; override;
protected override function Evaluate( arguments : System.Collections.IDictionary, dataRow : System.Data.DataRow ) : System.boolean;
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