| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class ObjectExpression Inherits Expression Implements IQuery | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class ObjectExpression : Expression, IQuery | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class ObjectExpression : public Expression, IQuery | |
| C++/CLI | |
|---|---|
public ref class ObjectExpression sealed : public Expression, IQuery | |
| C# | |
|---|---|
// ... Other code | |
Attention: This class could change in future versions.
This class represents a parsed ObjectQuery. To create an ObjectExpression you have to use the Parse method of the OPath class. A parsed ObjectQuery is still storage independent but is faster executed on the storage, since parsing of the content is no longer required.
System.Object
Chili.Opf3.Query.Expression
Chili.Opf3.Query.ObjectExpression
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)