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




Represents a condition in the OPath statement.

Syntax

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

Remarks

Conditions in a OPath statement are converted to this class when OPath is compiled. A condition contains an OEMember, an OEComparer and an OEParameter. Those items are stored into the Item collection of the item.

Inheritance Hierarchy

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

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