Active Query Builder 2 .NET Edition reference
Not_Between Method



Creates new filter condition for the column to accept values not in a range Between the specified.
Syntax
'Declaration
 
Public Function Not_Between( _
   ByVal value1 As System.String, _
   ByVal value2 As System.String _
) As FilterCondition
'Usage
 
Dim instance As OutputColumn
Dim value1 As System.String
Dim value2 As System.String
Dim value As FilterCondition
 
value = instance.Not_Between(value1, value2)
public FilterCondition Not_Between( 
   System.string value1,
   System.string value2
)
public: FilterCondition* Not_Between( 
   System.string* value1,
   System.string* value2
) 

Parameters

value1
value2
See Also

Reference

OutputColumn Class
OutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback