ActiveDatabaseSoftware.ActiveQueryBuilder.QueryTransformer Namespace > QueryTransformer Class : Sortings Property |
'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 );