Active Query Builder 2 .NET Edition reference
Sortings Property



Gets the list of sortings.
Syntax
'Declaration
 
Public Property Sortings As SortedColumnList
'Usage
 
Dim instance As QueryTransformer
Dim value As SortedColumnList
 
instance.Sortings = value
 
value = instance.Sortings
public SortedColumnList Sortings {get; set;}
public: __property SortedColumnList* get_Sortings();
public: __property void set_Sortings( 
   SortedColumnList* value
);
See Also

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback