Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.