Active Query Builder 2 .NET Edition reference
Aggregations Property



Gets the list of aggregation columns.
Syntax
'Declaration
 
Public Property Aggregations As SelectedColumnList
'Usage
 
Dim instance As QueryTransformer
Dim value As SelectedColumnList
 
instance.Aggregations = value
 
value = instance.Aggregations
public SelectedColumnList Aggregations {get; set;}
public: __property SelectedColumnList* get_Aggregations();
public: __property void set_Aggregations( 
   SelectedColumnList* value
);
See Also

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback