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




Represents a storage field in the OPath statement.

Syntax

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

Remarks

Storage fields are encapsulated by this class. They are used in the internally created insert, update, delete commands and for the additional fields of the IDynamicExtensible interface.

Inheritance Hierarchy

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

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