Windward Studios API Reference
Sort Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterBase Class : Sort Property




Glossary Item Box

Set the sort order. If set, we override the order for all "order by" items in the select.

Syntax

Visual Basic (Declaration) 
Public Property Sort As FilterBase.SORT_ORDER
Visual Basic (Usage)Copy Code
Dim instance As FilterBase
Dim value As FilterBase.SORT_ORDER
 
instance.Sort = value
 
value = instance.Sort
C# 
public FilterBase.SORT_ORDER Sort {get; set;}
Managed Extensions for C++ 
public: __property FilterBase.SORT_ORDER get_Sort();
public: __property void set_Sort( 
   FilterBase.SORT_ORDER value
);
C++/CLI 
public:
property FilterBase.SORT_ORDER Sort {
   FilterBase.SORT_ORDER get();
   void set (    FilterBase.SORT_ORDER value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software