Active Query Builder 2 .NET Edition reference
Not_LessEqual Method



Creates new filter condition for the column to accept values that are Not Less or Equal than the specified. Alias for "Greater".
Syntax
'Declaration
 
Public Function Not_LessEqual( _
   ByVal value As System.String _
) As FilterCondition
'Usage
 
Dim instance As OutputColumn
Dim value As System.String
Dim value As FilterCondition
 
value = instance.Not_LessEqual(value)
public FilterCondition Not_LessEqual( 
   System.string value
)
public: FilterCondition* Not_LessEqual( 
   System.string* value
) 

Parameters

value
See Also

Reference

OutputColumn Class
OutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback