Chili.Opf3 Send comments on this topic.
Items Property
See Also 
Chili.Opf3.Query Namespace > ObjectExpression Class : Items Property




Returns the ObjectExpressionItems (conditions, sort options, joins, brackets, comparer, concats, ...) of the ObjectExpression.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Items As IList(Of OEItem)
Visual Basic (Usage)Copy Code
Dim instance As ObjectExpression
Dim value As IList(Of OEItem)
 
value = instance.Items
C# 
public IList<OEItem> Items {get;}
Managed Extensions for C++ 
public: __property IList<OEItem>* get_Items();
C++/CLI 
public:
property IList<OEItem>^ Items {
   IList<OEItem>^ get();
}

Return Value

A list of ObjectExpressionItems containing conditions, sort options, joins, brackets, comparer, concats, ... for the ObjectExpression.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also