Active Query Builder 2 .NET Edition reference
Not Property



Gets or sets the negation flag for the junction.
Syntax
public System.bool Not {get; set;}
public: __property System.bool get_Not();
public: __property void set_Not( 
   System.bool value
);
'Declaration
 
Public Property Not As System.Boolean
 
'Usage
 
Dim instance As FilterConditionJunction
Dim value As System.Boolean
 
instance.Not = value
 
value = instance.Not
See Also

Reference

FilterConditionJunction Class
FilterConditionJunction Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback