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




This class parses OPath expressions.

Syntax

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

Remarks

The framework implements some kind of OPath language (the name is taken from the no longer developed Microsoft(R) ObjectSpaces(TM) framework). OPath would be a kind of query language that is storage independent. This class parses and converts the OPath expressions to an ObjectExpression that can the be compiled and executed on the storage.

Inheritance Hierarchy

System.Object
   Chili.Opf3.Query.OPath

Requirements

Namespace: Chili.Opf3.Query

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