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




Represents a dynamic runtime object expression that is used to create dynamic storage commands.

Syntax

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

Remarks

This class represents a dynamic runtime object expression that converts a persistent object to a dynamic storage command. The data of the persistent object to create the command is queried when the ToCompiledQuery method is executed. All changes within the persistent object reflect immediately to the CompiledQuery output.

Inheritance Hierarchy

System.Object
   Chili.Opf3.Query.Expression
      Chili.Opf3.Query.PersistentObjectExpression

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