Active Query Builder 2 .NET Edition reference
ShowPrefixes Property (CriteriaBuilder)



Gets or sets the sign of displaying the "or" or "and" prefix for all conditions in a junction group except the first one.
Syntax
'Declaration
 
Public Property ShowPrefixes As System.Boolean
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.Boolean
 
instance.ShowPrefixes = value
 
value = instance.ShowPrefixes
public System.bool ShowPrefixes {get; set;}
public: __property System.bool get_ShowPrefixes();
public: __property void set_ShowPrefixes( 
   System.bool value
);
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback