Miner.Data.Access.Criteria Namespace > ValueCriterion Class : MeetsCriterion Method |
'Declaration
Public MustOverride Function MeetsCriterion( _ ByVal value As System.Object _ ) As System.Boolean
'Usage
Dim instance As ValueCriterion Dim value As System.Object Dim value As System.Boolean value = instance.MeetsCriterion(value)
public abstract System.bool MeetsCriterion( System.object value )
public function MeetsCriterion( value: System.TObject ): System.Boolean; abstract;
public __abstract function MeetsCriterion( value : System.Object ) : System.boolean;
public: abstract System.bool MeetsCriterion( System.Object* value )
public: abstract System.bool MeetsCriterion( System.Object^ value )
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