Chili.Opf3 Send comments on this topic.
OESortBy Class
See Also  Members  
Chili.Opf3.Query.OPathParser Namespace : OESortBy Class




Represents a SortBy in the OPath statement. Contains OESortByMembers representing the single sort expressions.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class OESortBy 
   Inherits OEItem
Visual Basic (Usage)Copy Code
Dim instance As OESortBy
C# 
public sealed class OESortBy : OEItem 
Managed Extensions for C++ 
public __gc __sealed class OESortBy : public OEItem 
C++/CLI 
public ref class OESortBy sealed : public OEItem 

Remarks

SortBys in a OPath statement are converted to this class when OPath is compiled.

Inheritance Hierarchy

System.Object
   Chili.Opf3.Query.OPathParser.OEItem
      Chili.Opf3.Query.OPathParser.OESortBy

Requirements

Namespace: Chili.Opf3.Query.OPathParser

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also