Active Query Builder 2 .NET Edition reference
UseMSStyleGrouping Property



Allows to change the way the end-user defines grouping for the query.
Syntax
'Declaration
 
Public Property UseMSStyleGrouping As System.Boolean
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As System.Boolean
 
instance.UseMSStyleGrouping = value
 
value = instance.UseMSStyleGrouping
public System.bool UseMSStyleGrouping {get; set;}
public: __property System.bool get_UseMSStyleGrouping();
public: __property void set_UseMSStyleGrouping( 
   System.bool value
);
Remarks
Setting this property to true turns the control to the old-style grouping mode similar to the query building facilities of MS Access and SQL Server Management Studio.
See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback